|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hamcrest.BaseMatcher<java.util.Collection<T>>
jdave.BaseMatcherContainment<T>
public abstract class BaseMatcherContainment<T>
| Field Summary | |
|---|---|
protected java.util.Collection<T> |
actual
|
| Constructor Summary | |
|---|---|
BaseMatcherContainment()
|
|
| Method Summary | |
|---|---|
void |
describeTo(org.hamcrest.Description description)
|
boolean |
matches(java.lang.Object 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 |
| Methods inherited from interface jdave.IContainment |
|---|
error, matches |
| Methods inherited from interface org.hamcrest.Matcher |
|---|
_dont_implement_Matcher___instead_extend_BaseMatcher_ |
| Field Detail |
|---|
protected java.util.Collection<T> actual
| Constructor Detail |
|---|
public BaseMatcherContainment()
| Method Detail |
|---|
public final boolean matches(java.lang.Object item)
matches in interface org.hamcrest.Matcher<java.util.Collection<T>>public final void describeTo(org.hamcrest.Description description)
describeTo in interface org.hamcrest.SelfDescribing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||