Uses of Class
org.apache.ant.antunit.junit3.AntUnitSuite
-
Packages that use AntUnitSuite Package Description org.apache.ant.antunit.junit3 EXPERIMENTAL adapter to run AntUnit tests from within a JUnit3 test runner.org.apache.ant.antunit.junit4 EXPERIMENTAL adapter to run AntUnit tests from within a JUnit4 test runner. -
-
Uses of AntUnitSuite in org.apache.ant.antunit.junit3
Fields in org.apache.ant.antunit.junit3 declared as AntUnitSuite Modifier and Type Field Description private AntUnitSuite
AntUnitTestCase. suite
AntUnitSuite that contains this AntUnitTestCase.Constructors in org.apache.ant.antunit.junit3 with parameters of type AntUnitSuite Constructor Description AntUnitTestCase(AntUnitSuite suite, java.io.File scriptFile, java.lang.String target)
Prepare an AntUnitTestCase that will be executed in a suite. -
Uses of AntUnitSuite in org.apache.ant.antunit.junit4
Fields in org.apache.ant.antunit.junit4 declared as AntUnitSuite Modifier and Type Field Description private AntUnitSuite
AntUnitSuiteRunner. junit3Suite
Methods in org.apache.ant.antunit.junit4 that return AntUnitSuite Modifier and Type Method Description private static AntUnitSuite
AntUnitSuiteRunner. getJUnit3AntSuite(java.lang.Class testCaseClass)
Constructors in org.apache.ant.antunit.junit4 with parameters of type AntUnitSuite Constructor Description AntUnitSuiteRunner(AntUnitSuite suite, java.lang.Class junitTestClass)
-