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