org.apache.maven.plugins.enforcer
Class TestEnforceMojo

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugins.enforcer.TestEnforceMojo
All Implemented Interfaces:
junit.framework.Test

public class TestEnforceMojo
extends junit.framework.TestCase

Exhaustively check the enforcer mojo.

Author:
Brian Fox

Constructor Summary
TestEnforceMojo()
           
 
Method Summary
 void testCachePersistence1()
           
 void testCachePersistence2()
           
 void testCachePersistence3()
           
 void testCaching()
           
 void testEnforceMojo()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

TestEnforceMojo

public TestEnforceMojo()
Method Detail

testEnforceMojo

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

testCaching

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

testCachePersistence1

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

testCachePersistence2

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

testCachePersistence3

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


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