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

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

tearDown

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

testMarkerFile

public void testMarkerFile()
                    throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testMarkerSnapshots

public void testMarkerSnapshots()
                         throws org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException,
                                org.apache.maven.plugin.MojoExecutionException,
                                IOException
Throws:
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
org.apache.maven.plugin.MojoExecutionException
IOException

testMarkerRelease

public void testMarkerRelease()
                       throws IOException,
                              org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException,
                              org.apache.maven.plugin.MojoExecutionException
Throws:
IOException
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
org.apache.maven.plugin.MojoExecutionException

testMarkerTimestamp

public void testMarkerTimestamp()
                         throws IOException,
                                org.apache.maven.plugin.MojoExecutionException,
                                org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException
Throws:
IOException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException

testGettersSetters

public void testGettersSetters()


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