|
||||||||||
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.plugin.war.overlay.OverlayManagerTest
public class OverlayManagerTest
Field Summary | |
---|---|
static String |
DEFAULT_EXCLUDES
|
static String |
DEFAULT_INCLUDES
|
Fields inherited from class org.codehaus.plexus.PlexusTestCase |
---|
basedir, container |
Constructor Summary | |
---|---|
OverlayManagerTest()
|
Method Summary | |
---|---|
protected ArtifactStub |
newWarArtifact(String groupId,
String artifactId)
|
protected ArtifactStub |
newWarArtifact(String groupId,
String artifactId,
String classifier)
|
void |
testAutodetectSimpleOverlay(Overlay currentProjectOverlay)
|
void |
testCustomCurrentProject()
|
void |
testEmptyProject()
|
void |
testOverlaysWithSameArtifactAndGroupId()
|
void |
testSimpleOverlay()
|
void |
testUnknonwnOverlay()
|
Methods inherited from class org.codehaus.plexus.PlexusTestCase |
---|
createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getContainer, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release, setUp, tearDown |
Methods inherited from class junit.framework.TestCase |
---|
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_INCLUDES
public static final String DEFAULT_EXCLUDES
Constructor Detail |
---|
public OverlayManagerTest()
Method Detail |
---|
public void testEmptyProject() throws Exception
Exception
public void testAutodetectSimpleOverlay(Overlay currentProjectOverlay) throws Exception
Exception
public void testSimpleOverlay() throws Exception
Exception
public void testUnknonwnOverlay() throws Exception
Exception
public void testCustomCurrentProject() throws Exception
Exception
public void testOverlaysWithSameArtifactAndGroupId() throws Exception
Exception
protected ArtifactStub newWarArtifact(String groupId, String artifactId, String classifier)
protected ArtifactStub newWarArtifact(String groupId, String artifactId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |