org.apache.maven.plugin.dependency.utils.markers
Class TestUnpackMarkerFileHandler
java.lang.Object
  
junit.framework.Assert
      
junit.framework.TestCase
          
org.codehaus.plexus.PlexusTestCase
              
org.apache.maven.plugin.testing.AbstractMojoTestCase
                  
org.apache.maven.plugin.dependency.utils.markers.TestUnpackMarkerFileHandler
- All Implemented Interfaces: 
 - Test
 
public class TestUnpackMarkerFileHandler
- extends AbstractMojoTestCase
 
 
| Fields inherited from class org.codehaus.plexus.PlexusTestCase | 
basedir | 
 
 
 
| 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, 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.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 | 
 
 
testDir
protected File testDir
stubFactory
protected DependencyArtifactStubFactory stubFactory
TestUnpackMarkerFileHandler
public TestUnpackMarkerFileHandler()
setUp
protected void setUp()
              throws Exception
- Overrides:
 setUp in class AbstractMojoTestCase
 
- Throws:
 Exception
 
tearDown
protected void tearDown()
                 throws IOException
- Overrides:
 tearDown in class org.codehaus.plexus.PlexusTestCase
 
- Throws:
 IOException
 
testSetMarker
public void testSetMarker()
                   throws MojoExecutionException
- Assert that default functionallity still exists
- Throws:
 MojoExecutionException
 
 
testMarkerFile
public void testMarkerFile()
                    throws MojoExecutionException,
                           IOException
- Throws:
 MojoExecutionException
IOException
 
testMarkerTimeStamp
public void testMarkerTimeStamp()
                         throws MojoExecutionException,
                                IOException,
                                InterruptedException
- Throws:
 MojoExecutionException
IOException
InterruptedException
 
testMarkerFileException
public void testMarkerFileException()
 
testGetterSetter
public void testGetterSetter()
 
testNullParent
public void testNullParent()
                    throws MojoExecutionException
- Throws:
 MojoExecutionException
 
testIncludesMarker
public void testIncludesMarker()
                        throws MojoExecutionException,
                               IOException
- Throws:
 MojoExecutionException
IOException
 
testExcludesMarker
public void testExcludesMarker()
                        throws MojoExecutionException,
                               IOException
- Throws:
 MojoExecutionException
IOException
 
testIncludesExcludesMarker
public void testIncludesExcludesMarker()
                                throws MojoExecutionException,
                                       IOException
- Throws:
 MojoExecutionException
IOException
 
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.