|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hamcrest.BaseMatcher<T>
org.hamcrest.object.HasToString<T>
public class HasToString<T>
| Constructor Summary | |
|---|---|
HasToString(Matcher<java.lang.String> toStringMatcher)
|
|
| Method Summary | ||
|---|---|---|
void |
describeTo(Description description)
Generates a description of the object. |
|
static
|
hasToString(Matcher<java.lang.String> toStringMatcher)
|
|
boolean |
matches(java.lang.Object item)
Evaluates the matcher for argument item. |
|
| Methods inherited from class org.hamcrest.BaseMatcher |
|---|
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HasToString(Matcher<java.lang.String> toStringMatcher)
| Method Detail |
|---|
public boolean matches(java.lang.Object item)
Matcher
item - the object against which the matcher is evaluated.
true if item matches, otherwise false.BaseMatcherpublic void describeTo(Description description)
SelfDescribing
description - The description to be built or appended to.public static <T> Matcher<T> hasToString(Matcher<java.lang.String> toStringMatcher)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||