Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CustomTypeSafeMatche (0.24 sec)

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

    extends BaseMatcher { private final String fixedDescription; public void CustomMatcher(String); public final void describeTo(Description); } org/hamcrest/CustomTypeSafeMatche.class package org.hamcrest; public abstract synchronized class CustomTypeSafeMatche extends TypeSafeMatcher { private final String fixedDescription; public void CustomTypeSafeMatche(String); public final void describeTo(Description); } org/hamcrest/Description$NullDescription.class package org.hamcrest; public final synchronized...
    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

    rs CustomMatcher<T> - Class in org.hamcrest Utility class for writing one off matchers. CustomMatcher(String) - Constructor for class org.hamcrest.CustomMatcher CustomTypeSafeMatche<T> - Class in org.hamcrest Utility class for writing one off matchers. CustomTypeSafeMatche(String) - Constructor for class org.hamcrest.CustomTypeSafeMatche D DescribedAs<T> - Class in org.hamcrest.core Provides a custom description to another matcher. DescribedAs(String, Matcher<T>, Object[]) - Constructor for class...
    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

    description; } @Override public final void describeTo(Description description) { description.appendText(fixedDescription); } } org/hamcrest/CustomTypeSafeMatche.java org/hamcrest/CustomTypeSafeMatche.java package org.hamcrest; /** * Utility class for writing one off matchers. * For example: * <pre> * Matcher&lt;String&gt; aNonEmptyString = new CustomTypeSafeMatche&lt;String&gt;("a non empty string") { * public boolean matchesSafely(String string) { * return !string.isEmpty(); * } * public void desc...
    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)
Back to top