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:
junit.framework.Test

public class TestDefaultMarkerFileHandler
extends junit.framework.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 junit.framework.TestCase
Throws:
Exception

tearDown

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

testSetMarker

public void testSetMarker()
                   throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testMarkerFile

public void testMarkerFile()
                    throws org.apache.maven.plugin.MojoExecutionException,
                           IOException
Throws:
org.apache.maven.plugin.MojoExecutionException
IOException

testMarkerTimeStamp

public void testMarkerTimeStamp()
                         throws org.apache.maven.plugin.MojoExecutionException,
                                IOException,
                                InterruptedException
Throws:
org.apache.maven.plugin.MojoExecutionException
IOException
InterruptedException

testMarkerFileException

public void testMarkerFileException()

testGetterSetter

public void testGetterSetter()

testNullParent

public void testNullParent()
                    throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


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