org.apache.rat.anttasks
Class AbstractRatAntTaskTest

java.lang.Object
  extended by BuildFileTest
      extended by org.apache.rat.anttasks.AbstractRatAntTaskTest
Direct Known Subclasses:
ReportTest

public abstract class AbstractRatAntTaskTest
extends BuildFileTest


Constructor Summary
AbstractRatAntTaskTest()
           
 
Method Summary
protected  void assertFileMatches(java.io.File pFile, java.lang.String pPattern)
           
protected  void assertLogDoesntMatch(java.lang.String pPattern)
           
protected  void assertLogMatches(java.lang.String pPattern)
           
protected abstract  java.io.File getAntFile()
           
protected  java.io.File getTempDir()
           
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRatAntTaskTest

public AbstractRatAntTaskTest()
Method Detail

getAntFile

protected abstract java.io.File getAntFile()

getTempDir

protected java.io.File getTempDir()

setUp

public void setUp()

assertLogDoesntMatch

protected void assertLogDoesntMatch(java.lang.String pPattern)

assertLogMatches

protected void assertLogMatches(java.lang.String pPattern)

assertFileMatches

protected void assertFileMatches(java.io.File pFile,
                                 java.lang.String pPattern)
                          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.