|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TKTestListener | |
---|---|
org.apache.qpid.junit.extensions | Basic JUnit is enahanced with test runners to run tests repeatedly, simultaneously in many threads and with increasing test sizes for asymptotic performance measurements. |
org.apache.qpid.junit.extensions.listeners | Listners for test statistics are defined in this package. |
Uses of TKTestListener in org.apache.qpid.junit.extensions |
---|
Methods in org.apache.qpid.junit.extensions with parameters of type TKTestListener | |
---|---|
void |
TKTestResult.addTKTestListener(TKTestListener listener)
Adds a timing listener to pass all timing events to. |
Uses of TKTestListener in org.apache.qpid.junit.extensions.listeners |
---|
Classes in org.apache.qpid.junit.extensions.listeners that implement TKTestListener | |
---|---|
class |
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. |
class |
CSVTestListener
CSVTestListener is both a test listener, a timings listener, a memory listener and a parameter listener. |
class |
XMLTestListener
Listens for test results for a named test and outputs these in the standard JUnit XML format to the specified writer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |