Package org.apache.ant.antunit.junit3
EXPERIMENTAL adapter to run AntUnit tests from within a JUnit3 test runner.
This API is considered unstable and may be modified or even removed in future releases.
-
Class Summary Class Description AntUnitSuite A JUnit 3 TestSuite that group a suite of AntUnit targets coming from an ant script.AntUnitTestCase JUnit TestCase that will executes a single AntUnit target.ErrorTestCase A TestCase that will just report an error when running.