public abstract class SelfDescribingBase extends Object implements org.hamcrest.SelfDescribing
toString() to return the description.| Constructor and Description |
|---|
SelfDescribingBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
describeTo(org.hamcrest.Description description) |
String |
toString()
Calls
describeTo(org.hamcrest.Description) with a
StringDescription, and returns its value. |
public abstract void describeTo(org.hamcrest.Description description)
describeTo in interface org.hamcrest.SelfDescribingpublic String toString()
describeTo(org.hamcrest.Description) with a
StringDescription, and returns its value.Copyright © 2015. All rights reserved.