org.apache.maven.artifact.resolver
Class DefaultArtifactResolverTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.artifact.AbstractArtifactComponentTestCase
                  extended by org.apache.maven.artifact.resolver.DefaultArtifactResolverTest
All Implemented Interfaces:
junit.framework.Test

public class DefaultArtifactResolverTest
extends AbstractArtifactComponentTestCase


Field Summary
 
Fields inherited from class org.apache.maven.artifact.AbstractArtifactComponentTestCase
artifactFactory, artifactRepositoryFactory
 
Constructor Summary
DefaultArtifactResolverTest()
           
 
Method Summary
protected  String component()
           
protected  void setUp()
           
protected  void tearDown()
           
 void testLookup()
           
 void testMNG4738()
           
 
Methods inherited from class org.apache.maven.artifact.AbstractArtifactComponentTestCase
assertLocalArtifactNotPresent, assertLocalArtifactPresent, assertRemoteArtifactNotPresent, assertRemoteArtifactPresent, badLocalRepository, badRemoteRepository, createArtifact, createArtifact, createArtifact, createArtifact, createLocalArtifact, createLocalArtifact, createRemoteArtifact, createRemoteArtifact, deleteArtifact, deleteLocalArtifact, getRepositoryLayout, initRepoSession, localRepository, remoteRepositories, remoteRepository
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
customizeComponentConfiguration, customizeContainerConfiguration, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, setupContainer
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultArtifactResolverTest

public DefaultArtifactResolverTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractArtifactComponentTestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class AbstractArtifactComponentTestCase
Throws:
Exception

component

protected String component()
Specified by:
component in class AbstractArtifactComponentTestCase

testMNG4738

public void testMNG4738()
                 throws Exception
Throws:
Exception

testLookup

public void testLookup()
                throws Exception
Throws:
Exception


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.