org.apache.maven.plugin.dependency
Class TestSkip

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.plugin.testing.AbstractMojoTestCase
                  extended by org.apache.maven.plugin.dependency.AbstractDependencyMojoTestCase
                      extended by org.apache.maven.plugin.dependency.TestSkip
All Implemented Interfaces:
junit.framework.Test

public class TestSkip
extends AbstractDependencyMojoTestCase


Field Summary
 
Fields inherited from class org.apache.maven.plugin.dependency.AbstractDependencyMojoTestCase
stubFactory, testDir
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
basedir
 
Constructor Summary
TestSkip()
           
 
Method Summary
protected  void doSpecialTest(String mojoName)
           
protected  void doTest(String mojoName)
           
 void testSkipAnalyze()
           
 void testSkipAnalyzeDepMgt()
           
 void testSkipAnalyzeDuplicate()
           
 void testSkipAnalyzeOnly()
           
 void testSkipAnalyzeReport()
           
 void testSkipBuildClasspath()
           
 void testSkipCopy()
           
 void testSkipCopyDependencies()
           
 void testSkipGet()
           
 void testSkipGoOffline()
           
 void testSkipList()
           
 void testSkipProperties()
           
 void testSkipPurgeLocalRepository()
           
 void testSkipResolve()
           
 void testSkipResolvePlugins()
           
 void testSkipSources()
           
 void testSkipTree()
           
 void testSkipUnpack()
           
 void testSkipUnpackDependencies()
           
 
Methods inherited from class org.apache.maven.plugin.dependency.AbstractDependencyMojoTestCase
setUp, tearDown
 
Methods inherited from class org.apache.maven.plugin.testing.AbstractMojoTestCase
configureMojo, configureMojo, extractPluginConfiguration, extractPluginConfiguration, getContainer, getPluginDescriptorLocation, getPluginDescriptorPath, getPublicDescriptorStream, getVariablesAndValuesFromObject, getVariablesAndValuesFromObject, getVariableValueFromObject, lookupConfiguredMojo, lookupConfiguredMojo, lookupEmptyMojo, lookupEmptyMojo, lookupMojo, lookupMojo, lookupMojo, newMavenSession, newMojoExecution, setUp, setupContainer, setupContainerConfiguration, setVariableValueToObject
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release
 
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
 

Constructor Detail

TestSkip

public TestSkip()
Method Detail

testSkipAnalyze

public void testSkipAnalyze()
                     throws Exception
Throws:
Exception

testSkipAnalyzeDepMgt

public void testSkipAnalyzeDepMgt()
                           throws Exception
Throws:
Exception

testSkipAnalyzeOnly

public void testSkipAnalyzeOnly()
                         throws Exception
Throws:
Exception

testSkipAnalyzeReport

public void testSkipAnalyzeReport()
                           throws Exception
Throws:
Exception

testSkipAnalyzeDuplicate

public void testSkipAnalyzeDuplicate()
                              throws Exception
Throws:
Exception

testSkipBuildClasspath

public void testSkipBuildClasspath()
                            throws Exception
Throws:
Exception

testSkipCopy

public void testSkipCopy()
                  throws Exception
Throws:
Exception

testSkipCopyDependencies

public void testSkipCopyDependencies()
                              throws Exception
Throws:
Exception

testSkipGet

public void testSkipGet()
                 throws Exception
Throws:
Exception

testSkipGoOffline

public void testSkipGoOffline()
                       throws Exception
Throws:
Exception

testSkipList

public void testSkipList()
                  throws Exception
Throws:
Exception

testSkipProperties

public void testSkipProperties()
                        throws Exception
Throws:
Exception

testSkipPurgeLocalRepository

public void testSkipPurgeLocalRepository()
                                  throws Exception
Throws:
Exception

testSkipResolve

public void testSkipResolve()
                     throws Exception
Throws:
Exception

testSkipResolvePlugins

public void testSkipResolvePlugins()
                            throws Exception
Throws:
Exception

testSkipSources

public void testSkipSources()
                     throws Exception
Throws:
Exception

testSkipTree

public void testSkipTree()
                  throws Exception
Throws:
Exception

testSkipUnpack

public void testSkipUnpack()
                    throws Exception
Throws:
Exception

testSkipUnpackDependencies

public void testSkipUnpackDependencies()
                                throws Exception
Throws:
Exception

doTest

protected void doTest(String mojoName)
               throws Exception
Throws:
Exception

doSpecialTest

protected void doSpecialTest(String mojoName)
                      throws Exception
Throws:
Exception


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