Package org.apache.qpid.junit.extensions.listeners

Listners for test statistics are defined in this package.

See:
          Description

Interface Summary
TKTestListener TKTestListener is a listener interface for listeners that want to be informed of the run times of tests, the memory usage of tests, the 'size' parameters of parameterized tests and the begin and end events of complete test runs.
 

Class Summary
ConsoleTestListener ConsoleTestListener provides feedback to the console, as test timings are taken, by drawing a '.', or an 'E', or an 'F', for each test that passes, is in error or fails.
CSVTestListener CSVTestListener is both a test listener, a timings listener, a memory listener and a parameter listener.
XMLTestListener Listens for test results for a named test and outputs these in the standard JUnit XML format to the specified writer.
XMLTestListener.Result Used to capture the results of a particular test run.
 

Package org.apache.qpid.junit.extensions.listeners Description

Listners for test statistics are defined in this package. At the moment there is only one listener which writes all test statistics out to a CSV (comma seperated values) file which can be loaded by most spread sheets.



Licensed to the Apache Software Foundation