|
||||||||||
| 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>
jdave.containment.NotContainment<T>
public class NotContainment<T>
| Field Summary |
|---|
| Fields inherited from class jdave.BaseMatcherContainment |
|---|
actual |
| Constructor Summary | |
|---|---|
NotContainment(IContainment<T> containment)
|
|
| Method Summary | |
|---|---|
java.lang.String |
error(java.util.Collection<T> actual)
|
boolean |
matches(java.util.Collection<T> actual)
|
| Methods inherited from class jdave.BaseMatcherContainment |
|---|
describeTo, matches |
| 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 org.hamcrest.Matcher |
|---|
_dont_implement_Matcher___instead_extend_BaseMatcher_ |
| Constructor Detail |
|---|
public NotContainment(IContainment<T> containment)
| Method Detail |
|---|
public boolean matches(java.util.Collection<T> actual)
public java.lang.String error(java.util.Collection<T> actual)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||