| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hamcrest.Description.NullDescription
public static final class Description.NullDescription
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface org.hamcrest.Description | 
|---|
| Description.NullDescription | 
| Field Summary | 
|---|
| Fields inherited from interface org.hamcrest.Description | 
|---|
| NONE | 
| Constructor Summary | |
|---|---|
| Description.NullDescription() | |
| Method Summary | ||
|---|---|---|
|  Description | appendDescriptionOf(SelfDescribing value)Appends the description of a SelfDescribingvalue to this description. | |
|  Description | appendList(java.lang.String start,
           java.lang.String separator,
           java.lang.String end,
           java.lang.Iterable<? extends SelfDescribing> values)Appends a list of SelfDescribingobjects
 to the description. | |
|  Description | appendText(java.lang.String text)Appends some plain text to the description. | |
|  Description | appendValue(java.lang.Object value)Appends an arbitary value to the description. | |
| 
 | appendValueList(java.lang.String start,
                java.lang.String separator,
                java.lang.String end,
                java.lang.Iterable<T> values)Appends a list of values to the description. | |
| 
 | appendValueList(java.lang.String start,
                java.lang.String separator,
                java.lang.String end,
                T... values)Appends a list of values to the description. | |
|  java.lang.String | toString() | |
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Description.NullDescription()
| Method Detail | 
|---|
public Description appendDescriptionOf(SelfDescribing value)
DescriptionSelfDescribing value to this description.
appendDescriptionOf in interface Description
public Description appendList(java.lang.String start,
                              java.lang.String separator,
                              java.lang.String end,
                              java.lang.Iterable<? extends SelfDescribing> values)
DescriptionSelfDescribing objects
 to the description.
appendList in interface Descriptionpublic Description appendText(java.lang.String text)
Description
appendText in interface Descriptionpublic Description appendValue(java.lang.Object value)
Description
appendValue in interface Description
public <T> Description appendValueList(java.lang.String start,
                                       java.lang.String separator,
                                       java.lang.String end,
                                       T... values)
Description
appendValueList in interface Description
public <T> Description appendValueList(java.lang.String start,
                                       java.lang.String separator,
                                       java.lang.String end,
                                       java.lang.Iterable<T> values)
Description
appendValueList in interface Descriptionpublic java.lang.String toString()
toString in class java.lang.Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||