public class WebappStructureTest
extends junit.framework.TestCase
Constructor and Description |
---|
WebappStructureTest() |
Modifier and Type | Method and Description |
---|---|
protected Dependency |
createDependency(String groupId,
String artifactId,
String version) |
protected Dependency |
createDependency(String groupId,
String artifactId,
String version,
String type) |
protected Dependency |
createDependency(String groupId,
String artifactId,
String version,
String type,
String scope) |
protected Dependency |
createDependency(String groupId,
String artifactId,
String version,
String type,
String scope,
String classifier) |
void |
testDependencyAnalysisNoChange() |
void |
testDependencyAnalysisWithNewDependency() |
void |
testDependencyAnalysisWithRemovedDependency() |
void |
testRegisterForced() |
void |
testRegisterSamePathTwice() |
void |
testRegisterSamePathTwiceForced() |
void |
testUnknownFileNotAvailable() |
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, setUp, tearDown, toString
public void testDependencyAnalysisNoChange()
public void testDependencyAnalysisWithNewDependency()
public void testDependencyAnalysisWithRemovedDependency()
public void testUnknownFileNotAvailable()
public void testRegisterSamePathTwice()
public void testRegisterForced()
public void testRegisterSamePathTwiceForced()
protected Dependency createDependency(String groupId, String artifactId, String version, String type, String scope, String classifier)
protected Dependency createDependency(String groupId, String artifactId, String version, String type, String scope)
protected Dependency createDependency(String groupId, String artifactId, String version, String type)
protected Dependency createDependency(String groupId, String artifactId, String version)
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.