Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for df_test (0.15 sec)

  1. maven-api-impl/src/test/java/org/apache/maven/internal/impl/standalone/DiTest.java

    import java.util.Set;
    
    import org.apache.maven.di.Injector;
    import org.apache.maven.di.impl.Types;
    import org.apache.maven.internal.impl.ExtensibleEnumRegistries;
    import org.junit.jupiter.api.Test;
    
    class DiTest {
    
        @Test
        void testGenerics() {
            Set<Type> types = Types.getAllSuperTypes(ExtensibleEnumRegistries.DefaultPathScopeRegistry.class);
    
            Injector injector = Injector.create();
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 1.4K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    ult); public void protect() throws Exception; } junit/extensions/TestDecorator.class package junit.extensions; public synchronized class TestDecorator extends junit.framework.Assert implements junit.framework.Test { protected junit.framework.Test fTest; public void TestDecorator(junit.framework.Test); public void basicRun(junit.framework.TestResult); public int countTestCases(); public void run(junit.framework.TestResult); public String toString(); public junit.framework.Test getTest(); } junit/...
    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