Package org.hamcrest
Class Condition.NotMatched<T>
- java.lang.Object
-
- org.hamcrest.Condition<T>
-
- org.hamcrest.Condition.NotMatched<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hamcrest.Condition
Condition.Step<I,O>
-
-
Field Summary
-
Fields inherited from class org.hamcrest.Condition
NOT_MATCHED
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NotMatched()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <U> Condition<U>
and(Condition.Step<? super T,U> mapping)
boolean
matching(Matcher<T> match, java.lang.String message)
-
Methods inherited from class org.hamcrest.Condition
matched, matching, notMatched, then
-
-