org.apache.maven.plugin.dependency.utils.markers
Class TestDefaultMarkerFileHandler

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.dependency.utils.markers.TestDefaultMarkerFileHandler
All Implemented Interfaces:
Test

public class TestDefaultMarkerFileHandler
extends TestCase

Author:
brianf

Constructor Summary
TestDefaultMarkerFileHandler()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testGetterSetter()
           
 void testMarkerFile()
           
 void testMarkerFileException()
           
 void testMarkerTimeStamp()
           
 void testNullParent()
           
 void testSetMarker()
           
 
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

TestDefaultMarkerFileHandler

public TestDefaultMarkerFileHandler()
Method Detail

setUp

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

tearDown

protected void tearDown()
                 throws IOException
Overrides:
tearDown in class TestCase
Throws:
IOException

testSetMarker

public void testSetMarker()
                   throws MojoExecutionException
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


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