|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProgressListener
Interface for Progress Listeners that can be used to monitor progress of test runs
| Method Summary | ||
|---|---|---|
|
afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
Invoked after each run of an operation |
|
|
afterOperationMix(Runner<T> runner,
T options,
OperationMix mix,
OperationMixRun run)
Invoked after each run of an operation mix |
|
|
beforeOperation(Runner<T> runner,
T options,
Operation operation)
Invoked before each run of an operation |
|
|
beforeOperationMix(Runner<T> runner,
T options,
OperationMix mix)
Invoked before each run of an operation mix |
|
|
finish(Runner<T> runner,
T options,
boolean ok)
Invoked when test runs finish |
|
|
progress(Runner<T> runner,
T options,
String message)
Invoked when an informational progress message is available |
|
|
start(Runner<T> runner,
T options)
Invoked when test runs start |
|
| Method Detail |
|---|
<T extends Options> void start(Runner<T> runner,
T options)
runner - Runneroptions - Options
<T extends Options> void finish(Runner<T> runner,
T options,
boolean ok)
runner - Runneroptions - Optionsok - Indicates whether running finished normally, if false then
some error condition caused running to be halted
<T extends Options> void progress(Runner<T> runner,
T options,
String message)
runner - Runneroptions - Optionsmessage - Message
<T extends Options> void beforeOperation(Runner<T> runner,
T options,
Operation operation)
runner - Runneroptions - Optionsoperation - Operation
<T extends Options> void afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
runner - Runneroptions - Optionsoperation - Operationrun - Run information
<T extends Options> void beforeOperationMix(Runner<T> runner,
T options,
OperationMix mix)
runner - Runneroptions - Optionsmix - Operation Mix
<T extends Options> void afterOperationMix(Runner<T> runner,
T options,
OperationMix mix,
OperationMixRun run)
runner - Runneroptions - Optionsmix - Operation mixrun - Mix run information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||