Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for CombinableEitherMatc (0.26 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar

    CombinableMatcher$CombinableBothMatche(org.hamcrest.Matcher); public CombinableMatcher and(org.hamcrest.Matcher); } org/hamcrest/core/CombinableMatcher$CombinableEitherMatc.class package org.hamcrest.core; public final synchronized class CombinableMatcher$CombinableEitherMatc { private final org.hamcrest.Matcher first; public void CombinableMatcher$CombinableEitherMatc(org.hamcrest.Matcher); public CombinableMatcher or(org.hamcrest.Matcher); } org/hamcrest/core/CombinableMatcher.class package org.hamcrest.core;...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 44K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    CombinableMatcher.CombinableEitherMatc<X> extends java.lang.Object Constructor Summary CombinableMatcher.CombinableEitherMatc(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.CombinableEitherMatc public CombinableMatcher.CombinableEitherMatc(Matcher<? super X> matcher) Method Detail or public...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    <p/> * For example: * <pre>assertThat("fan", either(containsString("a")).and(containsString("b")))</pre> */ @Factory public static <LHS> CombinableEitherMatc<LHS> either(Matcher<? super LHS> matcher) { return new CombinableEitherMatc<LHS>(matcher); } public static final class CombinableEitherMatc<X> { private final Matcher<? super X> first; public CombinableEitherMatc(Matcher<? super X> matcher) { this.first = matcher; } public CombinableMatcher<X> or(Matcher<? super X> other) { return new Combinabl...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 31.9K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    everyItem(org.hamcrest.Matcher); public static org.hamcrest.Matcher containsString(String); public static org.hamcrest.core.CombinableMatcher$CombinableBothMatche both(org.hamcrest.Matcher); public static org.hamcrest.core.CombinableMatcher$CombinableEitherMatc either(org.hamcrest.Matcher); public static org.hamcrest.Matcher isThrowable(org.hamcrest.Matcher); public static org.hamcrest.Matcher isException(org.hamcrest.Matcher); } org/junit/Assume.class package org.junit; public synchronized class...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
Back to top