Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Accepted (2.37 sec)

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

    in class org.hamcrest.core.Is describeMismatch(Object, Description) - Method in class org.hamcrest.DiagnosingMatcher describeMismatch(Object, Description) - Method in interface org.hamcrest.Matcher Generate a description of why the matcher has not accepted the item. describeMismatch(Object, Description) - Method in class org.hamcrest.TypeSafeDiagnosingMa describeMismatch(Object, Description) - Method in class org.hamcrest.TypeSafeMatcher describeMismatchSafe(String, Description) - Method in 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)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    the object against which the matcher is evaluated. * @return <code>true</code> if <var>item</var> matches, otherwise <code>false</code>. * * @see BaseMatcher */ boolean matches(Object item); /** * Generate a description of why the matcher has not accepted the item. * The description will be part of a larger description of why a matching * failed, so it should be concise. * This method assumes that <code>matches(item)</code> is false, but * will not check this. * * @param item The item that the Matcher...
    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