Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    static CombinableMatcher$CombinableEitherMatc either(org.hamcrest.Matcher); } org/hamcrest/core/DescribedAs.class package org.hamcrest.core; public synchronized class DescribedAs extends org.hamcrest.BaseMatcher { private final String descriptionTemplate; private final org.hamcrest.Matcher matcher; private final Object[] values; private static final java.util.regex.Pattern ARG_PATTERN; public void DescribedAs(String, org.hamcrest.Matcher, Object[]); public boolean matches(Object); public void descri...
    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

    g) - 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 org.hamcrest.core.DescribedAs describedAs(String, Matcher<T>, Object...) - Static method in class org.hamcrest.core.DescribedAs Wraps an existing matcher, overriding its description with that specified. describedAs(String, Matcher<T>, Object...) - Static method in class org.hamcrest.CoreMatchers...
    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

    decorated matcher, including its mismatch description. * <p/> * For example: * <pre>describedAs("a big decimal equal to %0", equalTo(myBigDecimal), myBigDecimal.toPlainString())</pre> * * @param description * the new description for the wrapped matcher * @param matcher * the matcher to wrap * @param values * optional values to insert into the tokenised description */ public static <T> org.hamcrest.Matcher<T> describedAs(java.lang.String description, org.hamcrest.Matcher<T> matcher, java.lang.Object......
    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