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 Object
  • Field Details

    • first

      private final Matcher<? super X> first
  • Constructor Details

    • CombinableBothMatcher

      public CombinableBothMatcher(Matcher<? super X> matcher)
  • Method Details