Package org.junitee.anttask

Interface Summary
JUnitEEResultFormatter This interface is the equivalent to JUnitResultFormatter provided by the JUnit task.
 

Class Summary
AbstractResultFormatter  
BriefResultFormatter  
FormatterElement This is the JUnitEE equivalent to the JUnit FormatterElement.
JUnitEETask This ant task runs server-side unit tests using the JUnitEE test runner.
JUnitEETest This is a data type used by the JUnitEE task and represents a call to the JUnitEE servlet to run one specific test suite or all available tests.
JUnitEEWarTask This ant task builds the .war file which will contains the server-side unit tests.
PlainResultFormatter  
SummaryResultFormatter  
XMLResultFormatter