Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Nieder (0.17 sec)

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

    abstract interface Factory extends annotation.Annotation { } org/hamcrest/FeatureMatcher.class package org.hamcrest; public abstract synchronized class FeatureMatcher extends TypeSafeDiagnosingMa { private 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,...
    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

    implements <code>matchesSafely</code> * is not the class that binds &lt;T&gt; to a type. * @param typeFinder A type finder to extract the type */ protected TypeSafeDiagnosingMa(ReflectiveTypeFinder typeFinder) { this.expectedType = typeFinder.findExpectedType(getClass()); } /** * The default constructor for simple sub types */ protected TypeSafeDiagnosingMa() { this(TYPE_FINDER); } @Override @SuppressWarnings("unchecked") public final boolean matches(Object item) { return item != null && expec...
    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

    of the actual value. TypeSafeDiagnosingMa protected TypeSafeDiagnosingMa(ReflectiveTypeFinder typeFinder) Use this constructor if the subclass that implements matchesSafely is not the class that binds <T> to a type. Parameters: typeFinder - A type finder to extract the type TypeSafeDiagnosingMa protected TypeSafeDiagnosingMa() The default constructor for simple sub types Method Detail matchesSafely protected abstract boolean matchesSafely(T item, Description mismatchDescription) Subclasses should...
    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