|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.codehaus.plexus.PlexusTestCase org.apache.maven.project.AbstractMavenProjectTestCase
public abstract class AbstractMavenProjectTestCase
Field Summary | |
---|---|
protected ProjectBuilder |
projectBuilder
|
protected RepositorySystem |
repositorySystem
|
Constructor Summary | |
---|---|
AbstractMavenProjectTestCase()
|
Method Summary | |
---|---|
protected String |
getCustomConfigurationName()
|
protected static File |
getFileForClasspathResource(String resource)
|
protected ArtifactRepository |
getLocalRepository()
|
protected File |
getLocalRepositoryPath()
|
protected MavenProject |
getProject(File pom)
|
protected ProjectBuilder |
getProjectBuilder()
|
protected MavenProject |
getProjectWithDependencies(File pom)
|
protected void |
initRepoSession(ProjectBuildingRequest request)
|
protected void |
setUp()
|
protected void |
tearDown()
|
Methods inherited from class org.codehaus.plexus.PlexusTestCase |
---|
customizeComponentConfiguration, customizeContainerConfiguration, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, 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 |
Field Detail |
---|
protected ProjectBuilder projectBuilder
protected RepositorySystem repositorySystem
Constructor Detail |
---|
public AbstractMavenProjectTestCase()
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class org.codehaus.plexus.PlexusTestCase
Exception
protected void tearDown() throws Exception
tearDown
in class org.codehaus.plexus.PlexusTestCase
Exception
protected ProjectBuilder getProjectBuilder()
protected String getCustomConfigurationName()
getCustomConfigurationName
in class org.codehaus.plexus.PlexusTestCase
protected File getLocalRepositoryPath() throws FileNotFoundException, URISyntaxException
FileNotFoundException
URISyntaxException
protected static File getFileForClasspathResource(String resource) throws FileNotFoundException
FileNotFoundException
protected ArtifactRepository getLocalRepository() throws Exception
Exception
protected MavenProject getProjectWithDependencies(File pom) throws Exception
Exception
protected MavenProject getProject(File pom) throws Exception
Exception
protected void initRepoSession(ProjectBuildingRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |