org.hamcrest.core
Class CombinableMatcher.CombinableEitherMatcher<X>

java.lang.Object
  extended by org.hamcrest.core.CombinableMatcher.CombinableEitherMatcher<X>
Enclosing class:
CombinableMatcher<T>

public static final class CombinableMatcher.CombinableEitherMatcher<X>
extends Object


Constructor Summary
CombinableMatcher.CombinableEitherMatcher(Matcher<? super X> matcher)
           
 
Method Summary
 CombinableMatcher<X> or(Matcher<? super X> other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinableMatcher.CombinableEitherMatcher

public CombinableMatcher.CombinableEitherMatcher(Matcher<? super X> matcher)
Method Detail

or

public CombinableMatcher<X> or(Matcher<? super X> other)


Copyright © 2002–2016 JUnit. All rights reserved.