Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TypeSafeDiagnosingMa (0.32 sec)

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

    protected void append(char); public String toString(); } org/hamcrest/TypeSafeDiagnosingMa.class package org.hamcrest; public abstract synchronized class TypeSafeDiagnosingMa extends BaseMatcher { private static final internal.ReflectiveTypeFinder TYPE_FINDER; private final Class expectedType; protected abstract boolean matchesSafely(Object, Description); protected void TypeSafeDiagnosingMa(Class); protected void TypeSafeDiagnosingMa(internal.ReflectiveTypeFinder); protected void TypeSafeDiagnosingMa();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 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

    type. TypeSafeDiagnosingMa(ReflectiveTypeFinder) - Constructor for class org.hamcrest.TypeSafeDiagnosingMa Use this constructor if the subclass that implements matchesSafely is not the class that binds <T> to a type. TypeSafeDiagnosingMa() - Constructor for class org.hamcrest.TypeSafeDiagnosingMa The default constructor for simple sub types TypeSafeMatcher<T> - Class in org.hamcrest Convenient base class for Matchers that require a non-null value of a specific type. TypeSafeMatcher() - Constructor for...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 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

    out.append(c); } catch (IOException e) { throw new RuntimeException("Could not write description", e); } } /** * Returns the description as a string. */ @Override public String toString() { return out.toString(); } } org/hamcrest/TypeSafeDiagnosingMa.java org/hamcrest/TypeSafeDiagnosingMa.java package org.hamcrest; import org.hamcrest.internal.ReflectiveTypeFinder; /** * Convenient base class for Matchers that require a non-null value of a specific type * and that will report why the received value has been...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 31.9K bytes
    - Viewed (0)
Back to top