|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginThreadContext
This class is used to share thread information between the Grinder and the plug-in.
| Method Summary | |
|---|---|
int |
getRunNumber()
Return the current run number. |
int |
getThreadNumber()
Return the thread number. |
void |
pauseClock()
The time taken between invocations of pauseClock() and
resumeClock() is not included in the recorded time for a test. |
void |
resumeClock()
|
| Method Detail |
|---|
int getThreadNumber()
int getRunNumber()
void pauseClock()
pauseClock() and
resumeClock() is not included in the recorded time for a test. This
allows plug-ins to discount the cost of expensive pre or post processing.
Has no effect if called when the is no dispatch in progress.
void resumeClock()
pauseClock()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||