org.apache.maven.plugin.dependency.utils.filters
Class TestMarkerFileFilter

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

public class TestMarkerFileFilter
extends TestCase

Author:
brianf

Constructor Summary
TestMarkerFileFilter()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testGettersSetters()
           
 void testMarkerFile()
           
 void testMarkerRelease()
           
 void testMarkerSnapshots()
           
 void testMarkerTimestamp()
           
 
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

TestMarkerFileFilter

public TestMarkerFileFilter()
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

testMarkerFile

public void testMarkerFile()
                    throws ArtifactFilterException
Throws:
ArtifactFilterException

testMarkerSnapshots

public void testMarkerSnapshots()
                         throws ArtifactFilterException,
                                MojoExecutionException,
                                IOException
Throws:
ArtifactFilterException
MojoExecutionException
IOException

testMarkerRelease

public void testMarkerRelease()
                       throws IOException,
                              ArtifactFilterException,
                              MojoExecutionException
Throws:
IOException
ArtifactFilterException
MojoExecutionException

testMarkerTimestamp

public void testMarkerTimestamp()
                         throws IOException,
                                MojoExecutionException,
                                ArtifactFilterException
Throws:
IOException
MojoExecutionException
ArtifactFilterException

testGettersSetters

public void testGettersSetters()


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