org.apache.rat.anttasks
Class ReportTest

java.lang.Object
  extended by BuildFileTest
      extended by org.apache.rat.anttasks.AbstractRatAntTaskTest
          extended by org.apache.rat.anttasks.ReportTest

public class ReportTest
extends AbstractRatAntTaskTest


Constructor Summary
ReportTest()
           
 
Method Summary
protected  java.io.File getAntFile()
           
 void testAddLicenseHeaders()
           
 void testCustomMatcher()
           
 void testNoLicenseMatchers()
           
 void testNoResources()
           
 void testWithASLUnknown()
           
 void testWithReportSentToAnt()
           
 void testWithReportSentToFile()
           
 
Methods inherited from class org.apache.rat.anttasks.AbstractRatAntTaskTest
assertFileMatches, assertLogDoesntMatch, assertLogMatches, getTempDir, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportTest

public ReportTest()
Method Detail

getAntFile

protected java.io.File getAntFile()
Specified by:
getAntFile in class AbstractRatAntTaskTest

testWithReportSentToAnt

public void testWithReportSentToAnt()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testWithReportSentToFile

public void testWithReportSentToFile()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testWithASLUnknown

public void testWithASLUnknown()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testCustomMatcher

public void testCustomMatcher()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testNoResources

public void testNoResources()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testNoLicenseMatchers

public void testNoLicenseMatchers()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testAddLicenseHeaders

public void testAddLicenseHeaders()
                           throws java.lang.Exception
Throws:
java.lang.Exception


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