public class ResponseTimeRecording
extends io.inkstand.scribble.rules.ExternalResource
| Constructor and Description |
|---|
ResponseTimeRecording() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
afterClass() |
protected void |
before() |
protected void |
beforeClass() |
ResponseTimeRecording |
clearGlobalTable(boolean clearGlobalTable)
Sets whether to reset the global response time table after the test.
|
ResponseTimeRecording |
printTransactions(boolean printTransactions)
Sets whether to print out the recorded transactions at the end of the test.
|
public ResponseTimeRecording clearGlobalTable(boolean clearGlobalTable)
ResponseTimes.clear()
for more informationclearGlobalTable - true if table should be cleared (default) or false if notpublic ResponseTimeRecording printTransactions(boolean printTransactions)
printTransactions - true if the transactions should be displayed (default), false if notprotected void beforeClass()
throws Throwable
beforeClass in class io.inkstand.scribble.rules.ExternalResourceThrowableprotected void before()
throws Throwable
before in class io.inkstand.scribble.rules.ExternalResourceThrowableprotected void afterClass()
afterClass in class io.inkstand.scribble.rules.ExternalResourceprotected void after()
after in class io.inkstand.scribble.rules.ExternalResourceCopyright © 2016 DevCon5 GmbH. All rights reserved.