Brief Formatter is a formatter intended to process results of tests run.
It fully resembles it's <junit> analog. It creates reports
in a plain text format. It prints only detailed information for test cases that failed.
It is contained in main ant-momeunit.jar file.
XML Formatter is a formatter intended to process results of tests run.
It fully resembles it's <junit> analog. It produces reports
in xml format. Format of report files created by this formatter is the same as in it's
<junit> analog. Users can use <junitreport> task
to further process report files. It is contained in main ant-momeunit.jar
file.