Package org.hamcrest.core
Class CombinableMatcher.CombinableBothMatcher<X>
- java.lang.Object
-
- org.hamcrest.core.CombinableMatcher.CombinableBothMatcher<X>
-
- Enclosing class:
- CombinableMatcher<T>
public static final class CombinableMatcher.CombinableBothMatcher<X> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CombinableBothMatcher(Matcher<? super X> matcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CombinableMatcher<X>
and(Matcher<? super X> other)
-