Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for featureValueOf (0.84 sec)

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

    static final internal.ReflectiveTypeFinder TYPE_FINDER; private final Matcher subMatcher; private final String featureDescription; private final String featureName; public void FeatureMatcher(Matcher, String, String); protected abstract Object featureValueOf(Object); protected boolean matchesSafely(Object, Description); public final void describeTo(Description); static void <clinit>(); } org/hamcrest/Matcher.class package org.hamcrest; public abstract interface Matcher extends SelfDescribing { public...
    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-sources.jar

    Supporting class for matching a feature of an object. Implement <code>featureValueOf()</code> * in a subclass to pull out the feature to be matched against. * * @param <T> The type of the object to be matched * @param <U> The type of the feature to be matched */ public abstract class FeatureMatcher<T, U> extends TypeSafeDiagnosingMa<T> { private static final ReflectiveTypeFinder TYPE_FINDER = new ReflectiveTypeFinder("featureValueOf", 1, 0); private final Matcher<? super U> subMatcher; private final...
    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)
  3. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    TypeSafeDiagnosingMa<T> Supporting class for matching a feature of an object. Implement featureValueOf() in a subclass to pull out the feature to be matched against. Constructor Summary FeatureMatcher(Matcher<? super U> subMatcher, java.lang.String featureDescription, java.lang.String featureName) Constructor Method Summary void describeTo(Description description) Generates a description of the object. protected abstract U featureValueOf(T actual) Implement this to extract the interesting feature. protected boolean...
    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)
Back to top