org.apache.maven.abbot
Class AbbotTestAll.MavenScriptTestSuite

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byjunit.extensions.abbot.ScriptTestSuite
          extended byorg.apache.maven.abbot.AbbotTestAll.MavenScriptTestSuite
All Implemented Interfaces:
junit.framework.Test
Enclosing class:
AbbotTestAll

public static class AbbotTestAll.MavenScriptTestSuite
extends junit.extensions.abbot.ScriptTestSuite

Custom ScriptTestSuite to only accept xml files.


Constructor Summary
AbbotTestAll.MavenScriptTestSuite(Class fixtureClass, String[] filenames)
           
AbbotTestAll.MavenScriptTestSuite(Class fixtureClass, String dirName, boolean recurse)
           
 
Method Summary
 boolean accept(File file)
           
 
Methods inherited from class junit.extensions.abbot.ScriptTestSuite
findTestScripts, getDirectory, main
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbbotTestAll.MavenScriptTestSuite

public AbbotTestAll.MavenScriptTestSuite(Class fixtureClass,
                                         String dirName,
                                         boolean recurse)

AbbotTestAll.MavenScriptTestSuite

public AbbotTestAll.MavenScriptTestSuite(Class fixtureClass,
                                         String[] filenames)
Method Detail

accept

public boolean accept(File file)


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