org.apache.maven.plugin.verifier
Class VerifierMojoTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.verifier.VerifierMojoTest
All Implemented Interfaces:
junit.framework.Test

public class VerifierMojoTest
extends junit.framework.TestCase


Constructor Summary
VerifierMojoTest()
           
 
Method Summary
 void testCheckFileForContent()
           
 void testCheckFileForInvalidContent()
           
 void testCheckFileThatDoesNotExist()
           
 void testCheckFileThatExists()
           
 void testCheckForInexistentFile()
           
 void testCheckForInexistentFileThatExists()
           
 void testDoNotPrefixWhenAbsolutePath()
           
 void testPrefixWithBaseDir()
           
 
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

VerifierMojoTest

public VerifierMojoTest()
Method Detail

testPrefixWithBaseDir

public void testPrefixWithBaseDir()

testDoNotPrefixWhenAbsolutePath

public void testDoNotPrefixWhenAbsolutePath()

testCheckFileThatDoesNotExist

public void testCheckFileThatDoesNotExist()
                                   throws Exception
Throws:
Exception

testCheckFileThatExists

public void testCheckFileThatExists()
                             throws Exception
Throws:
Exception

testCheckForInexistentFile

public void testCheckForInexistentFile()
                                throws Exception
Throws:
Exception

testCheckForInexistentFileThatExists

public void testCheckForInexistentFileThatExists()
                                          throws Exception
Throws:
Exception

testCheckFileForContent

public void testCheckFileForContent()
                             throws Exception
Throws:
Exception

testCheckFileForInvalidContent

public void testCheckFileForInvalidContent()
                                    throws Exception
Throws:
Exception


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