Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for testSave (0.25 sec)

  1. maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/conflict/AbstractConflictResolverTest.java

        public AbstractConflictResolverTest(String roleHint) throws Exception {
            this.roleHint = roleHint;
        }
    
        // TestCase methods -------------------------------------------------------
    
        /*
         * @see junit.framework.TestCase#setUp()
         */
        @BeforeEach
        public void setUp() throws Exception {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 4.4K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            pom = new PomTestWrapper(pom.getMavenProject().getParent());
            assertEquals("1.3.0-SNAPSHOT", pom.getValue("build/plugins[1]/version"));
        }
    
        /*
        public void testMaven()
            throws Exception
        {
            PomTestWrapper pom =  buildPomFromMavenProject( "maven-build/sub/pom.xml", null );
    
            for( String s: pom.getMavenProject().getTestClasspathElements() )
            {
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 93.2K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    igurationConvert converters org.codehaus.plexus.ComponentLookupManag default component-lookup-manager org/codehaus/plexus/PlexusTestCase.class package org.codehaus.plexus; public abstract synchronized class PlexusTestCase extends junit.framework.TestCase { protected PlexusContainer container; protected java.util.Map context; private static String basedir; public void PlexusTestCase(); protected void setUp() throws Exception; protected void customizeContext(context.Context) throws Exception; protected...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 233.3K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    plexus; public static final String PLEXUS_CORE_REALM = containerRealm; public void PlexusConstants(); } org/codehaus/plexus/PlexusTestCase.class package org.codehaus.plexus; public abstract synchronized class PlexusTestCase extends junit.framework.TestCase { protected PlexusContainer container; protected java.util.Map context; private static String basedir; public void PlexusTestCase(); protected void setUp() throws Exception; protected void customizeContext(context.Context) throws Exception; protected...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 205.7K bytes
    - Viewed (0)
  5. maven-core/src/test/java/org/apache/maven/project/harness/Xpp3DomNodeIterator.java

                boolean wildcard = nodeNameTest.isWildcard();
                String testName = nodeNameTest.getNodeName().getName();
                String testPrefix = nodeNameTest.getNodeName().getPrefix();
                if (wildcard && testPrefix == null) {
                    return true;
                }
                if (wildcard || testName.equals(nodeName)) {
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 4.5K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    synchronized class TestResult$1 implements Protectable { void TestResult$1(TestResult, TestCase); public void protect() throws Throwable; } junit/framework/TestSuite$1.class package junit.framework; final synchronized class TestSuite$1 extends TestCase { void TestSuite$1(String, String); protected void runTest(); } junit/framework/TestCase.class package junit.framework; public abstract synchronized class TestCase extends Assert implements Test { private String fName; public void TestCase(); public...
    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