Uses of Class
org.apache.ant.antunit.junit3.AntUnitSuite
Packages that use AntUnitSuite
Package
Description
EXPERIMENTAL adapter to run AntUnit tests from within a
JUnit3 test runner.
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 AntUnitSuiteModifier and TypeFieldDescriptionprivate final AntUnitSuite
AntUnitTestCase.suite
AntUnitSuite that contains this AntUnitTestCase.Constructors in org.apache.ant.antunit.junit3 with parameters of type AntUnitSuiteModifierConstructorDescriptionAntUnitTestCase
(AntUnitSuite suite, File scriptFile, 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 AntUnitSuiteMethods in org.apache.ant.antunit.junit4 that return AntUnitSuiteModifier and TypeMethodDescriptionprivate static AntUnitSuite
AntUnitSuiteRunner.getJUnit3AntSuite
(Class testCaseClass) Constructors in org.apache.ant.antunit.junit4 with parameters of type AntUnitSuiteModifierConstructorDescriptionprivate
AntUnitSuiteRunner
(AntUnitSuite suite, Class junitTestClass)