Class TestScopeFilter
- java.lang.Object
-
- org.apache.maven.shared.artifact.filter.collection.TestScopeFilter
-
-
Constructor Summary
Constructors Constructor Description TestScopeFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestBadScope()voidtestExcludeCompile()voidtestExcludeProvided()voidtestExcludeSystem()voidtestExcludeTest()voidtestScopeCompile()voidtestScopeFilterEmpty()voidtestScopeFilterNull()voidtestScopeProvided()voidtestScopeRuntime()voidtestScopeSystem()voidtestScopeTest()voidtestSettersGetters()
-
-
-
Method Detail
-
testScopeCompile
public void testScopeCompile() throws ArtifactFilterException- Throws:
ArtifactFilterException
-
testScopeRuntime
public void testScopeRuntime() throws ArtifactFilterException- Throws:
ArtifactFilterException
-
testScopeTest
public void testScopeTest() throws ArtifactFilterException- Throws:
ArtifactFilterException
-
testScopeProvided
public void testScopeProvided() throws ArtifactFilterException- Throws:
ArtifactFilterException
-
testScopeSystem
public void testScopeSystem() throws ArtifactFilterException- Throws:
ArtifactFilterException
-
testScopeFilterNull
public void testScopeFilterNull() throws ArtifactFilterException- Throws:
ArtifactFilterException
-
testScopeFilterEmpty
public void testScopeFilterEmpty() throws ArtifactFilterException- Throws:
ArtifactFilterException
-
testExcludeProvided
public void testExcludeProvided() throws ArtifactFilterException- Throws:
ArtifactFilterException
-
testExcludeSystem
public void testExcludeSystem() throws ArtifactFilterException- Throws:
ArtifactFilterException
-
testExcludeCompile
public void testExcludeCompile() throws ArtifactFilterException- Throws:
ArtifactFilterException
-
testExcludeTest
public void testExcludeTest()
-
testBadScope
public void testBadScope()
-
testSettersGetters
public void testSettersGetters()
-
-