Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for Framework (0.42 sec)

  1. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    TestRunner(ResultPrinter); public static void run(Class); public static junit.framework.TestResult run(junit.framework.Test); public static void runAndWait(junit.framework.Test); public void testFailed(int, junit.framework.Test, Throwable); public void testStarted(String); public void testEnded(String); protected junit.framework.TestResult createTestResult(); public junit.framework.TestResult doRun(junit.framework.Test); public junit.framework.TestResult doRun(junit.framework.Test, boolean); protected void pause(boolean);...
    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)
  2. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar

    org.apache.commons.logging.Log, java.io.Serializable { private static org.apache.avalon.framework.logger.Logger defaultLogger; private transient org.apache.avalon.framework.logger.Logger logger; private String name; public void AvalonLogger(org.apache.avalon.framework.logger.Logger); public void AvalonLogger(String); public org.apache.avalon.framework.logger.Logger getLogger(); public static void setDefaultLogger(org.apache.avalon.framework.logger.Logger); public void debug(Object, Throwable); public void debug(Object);...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 37.1K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom

          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <version>3.7</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>avalon-framework</groupId>
          <artifactId>avalon-framework</artifactId>
          <version>4.1.3</version>
          <optional>true</optional>
        </dependency>
      </dependencies>
      <distributionManagement>
        <repository>
          <id>default</id>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 5.1K bytes
    - Viewed (0)
  4. maven-core/src/test/projects/lifecycle-executor/project-with-additional-lifecycle-elements/src/test/java/org/apache/maven/lifecycle/test/AppTest.java

    package org.apache.maven.lifecycle.test;
    
    import junit.framework.Test;
    import junit.framework.TestCase;
    import junit.framework.TestSuite;
    
    /**
     * Unit test for simple App.
     */
    public class AppTest
        extends TestCase
    {
        /**
         * Create the test case
         *
         * @param testName name of the test case
         */
        public AppTest( String testName )
        {
            super( testName );
        }
    
        /**
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Feb 03 09:12:28 GMT 2017
    - 657 bytes
    - Viewed (0)
  5. maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/conflict/AbstractConflictResolverTest.java

            this.roleHint = roleHint;
        }
    
        // TestCase methods -------------------------------------------------------
    
        /*
         * @see junit.framework.TestCase#setUp()
         */
        @BeforeEach
        public void setUp() throws Exception {
            conflictResolver = (ConflictResolver) container.lookup(ConflictResolver.ROLE, roleHint);
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 4.4K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom

      </parent>
    
      <artifactId>hamcrest-core</artifactId>
      <packaging>jar</packaging>
      <name>Hamcrest Core</name>
      <description>
        This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
      </description>
    Plain Text
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 748 bytes
    - Viewed (0)
  7. apache-maven/src/main/appended-resources/licenses/unrecognized-asm-9.6.txt

    ASM: a very small and fast Java bytecode manipulation framework
    Copyright (c) 2000-2011 INRIA, France Telecom
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    1. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Nov 13 12:16:58 GMT 2023
    - 1.5K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    PLEXUS_KEY = 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;...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 205.7K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    ters.ConfigurationConvert 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;...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 233.3K bytes
    - Viewed (0)
  10. 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

    ters.ConfigurationConvert 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;...
    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)
Back to top