Interface | Description |
---|---|
ProgressListener |
Interface for Progress Listeners that can be used to monitor progress of test
runs
|
Class | Description |
---|---|
ConsoleErrProgressListener |
A Progress Listener that prints informational messages to Standard Error
|
ConsoleProgressListener |
A Progress Listener that prints informational messages to Standard Out
|
CsvProgressListener |
A Progress Listener that generates a CSV output file
|
FileProgressListener |
A Progress Listener that writes the informational messages to a file
|
StreamProgressListener |
A Progress Listener that prints informational messages to a
PrintStream |
XmlProgressListener |
A Progress Listener that generates a XML output file
|
Copyright © 2015. All rights reserved.