Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for parameterize (0.19 sec)

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

    ingMa&lt;T&gt;</code> defines an abstract method * <pre>protected abstract boolean matchesSafely(T item, Description mismatchDescription);</pre> * By default it uses <code>new ReflectiveTypeFinder("matchesSafely", 2, 0); </code> to find the * parameterised type. If we create a <code>TypeSafeDiagnosingMa&lt;String&gt;</code>, the type * finder will return <code>String.class</code>. * * A <code>FeatureMatcher</code> is an abstract subclass of <code>TypeSafeDiagnosingMa</code>. * Although it has a templated...
    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)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

     Object, model.Statement); java.util.List getSortedRules(); static void <clinit>(); } org/junit/runners/Parameterized$UseParametersRunnerF.class package org.junit.runners; public abstract interface Parameterized$UseParametersRunnerF extends annotation.Annotation { public abstract Class value(); } org/junit/runners/parameterized/ParametersRunnerFact.class package org.junit.runners.parameterized; public abstract interface ParametersRunnerFact { public abstract org.junit.runner.Runner createRunnerF...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
Back to top