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.AntUnitSuite.MyProjectFactory The antscript project factory that creates projects in a junit context.AntUnitTestCase JUnit TestCase that will executes a single AntUnit target.AntUnitTestCase.TestCaseName Handle the serialization and the parsing of the name of a TestCase.ErrorTestCase A TestCase that will just report an error when running.JUnitNotificationAdapter Adapt AntUnitExecutionNotifier events into JUnit3 TestResult eventsMultiProjectDemuxOutputStream Forward stdout or stderr operation to the current antunit project.