|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hamcrest.BaseDescription org.hamcrest.StringDescription
public class StringDescription
A Description
that is stored as a string.
Constructor Summary | |
---|---|
StringDescription()
|
|
StringDescription(Appendable out)
|
Method Summary | |
---|---|
protected void |
append(char c)
Append the char c to the description. |
protected void |
append(String str)
Append the String str to the description. |
static String |
asString(SelfDescribing selfDescribing)
Alias for toString(SelfDescribing) . |
String |
toString()
Returns the description as a string. |
static String |
toString(SelfDescribing value)
Return the description of a SelfDescribing object as a String. |
Methods inherited from class org.hamcrest.BaseDescription |
---|
appendDescriptionOf, appendList, appendText, appendValue, appendValueList, appendValueList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StringDescription()
public StringDescription(Appendable out)
Method Detail |
---|
public static String toString(SelfDescribing value)
SelfDescribing
object as a String.
selfDescribing
- The object to be described.
public static String asString(SelfDescribing selfDescribing)
toString(SelfDescribing)
.
protected void append(String str)
BaseDescription
BaseDescription.append(char)
.
Override in subclasses to provide an efficient implementation.
append
in class BaseDescription
protected void append(char c)
BaseDescription
append
in class BaseDescription
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |