org.apache.maven.shared.artifact.filter.collection
Class TestScopeFilter

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.shared.artifact.filter.collection.TestScopeFilter
All Implemented Interfaces:
Test

public class TestScopeFilter
extends TestCase

Author:
Brian Fox

Constructor Summary
TestScopeFilter()
           
 
Method Summary
protected  void setUp()
           
 void testBadScope()
           
 void testExcludeCompile()
           
 void testExcludeProvided()
           
 void testExcludeSystem()
           
 void testExcludeTest()
           
 void testScopeCompile()
           
 void testScopeFilterEmpty()
           
 void testScopeFilterNull()
           
 void testScopeProvided()
           
 void testScopeRuntime()
           
 void testScopeSystem()
           
 void testScopeTest()
           
 void testSettersGetters()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestScopeFilter

public TestScopeFilter()
Method Detail

setUp

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

testScopeCompile

public void testScopeCompile()
                      throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testScopeRuntime

public void testScopeRuntime()
                      throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testScopeTest

public void testScopeTest()
                   throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testScopeProvided

public void testScopeProvided()
                       throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testScopeSystem

public void testScopeSystem()
                     throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testScopeFilterNull

public void testScopeFilterNull()
                         throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testScopeFilterEmpty

public void testScopeFilterEmpty()
                          throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testExcludeProvided

public void testExcludeProvided()
                         throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testExcludeSystem

public void testExcludeSystem()
                       throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testExcludeCompile

public void testExcludeCompile()
                        throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testExcludeTest

public void testExcludeTest()

testBadScope

public void testBadScope()

testSettersGetters

public void testSettersGetters()


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.