Class StatementLogPerfTestWatcher
java.lang.Object
org.camunda.bpm.qa.performance.engine.sqlstatementlog.StatementLogPerfTestWatcher
- All Implemented Interfaces:
- PerfTestWatcher
PerfTestWatcher performing statement logging.- Author:
- Daniel Meyer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidafterPass(PerfTestPass pass) Invoked after a performance test pass is ended.voidafterRun(PerfTest test, PerfTestRun run) Invoked after a performance test run is ended.voidafterStep(PerfTestStep step, PerfTestRun run) Invoked after aPerfTestRunends an individual step in the performance test.voidbeforePass(PerfTestPass pass) Invoked before a performance test pass is started.voidbeforeRun(PerfTest test, PerfTestRun run) Invoked before a performance test run is started.voidbeforeStep(PerfTestStep step, PerfTestRun run) Invoked before aPerfTestRunstarts an individual step in the performance test.
- 
Constructor Details- 
StatementLogPerfTestWatcherpublic StatementLogPerfTestWatcher()
 
- 
- 
Method Details- 
beforePassDescription copied from interface:PerfTestWatcherInvoked before a performance test pass is started.- Specified by:
- beforePassin interface- PerfTestWatcher
- Parameters:
- pass- the current- PerfTestPass
 
- 
beforeRunDescription copied from interface:PerfTestWatcherInvoked before a performance test run is started.- Specified by:
- beforeRunin interface- PerfTestWatcher
- Parameters:
- test- the- PerfTestabout to be executed
- run- the current- PerfTestRun
 
- 
beforeStepDescription copied from interface:PerfTestWatcherInvoked before aPerfTestRunstarts an individual step in the performance test. This method is called by the sameThreadwhich will execute the step.- Specified by:
- beforeStepin interface- PerfTestWatcher
- Parameters:
- step- the- PerfTestStepabout to be executed.
- run- the current- PerfTestRun
 
- 
afterStepDescription copied from interface:PerfTestWatcherInvoked after aPerfTestRunends an individual step in the performance test. This method is called by the sameThreadwhich executed the step.- Specified by:
- afterStepin interface- PerfTestWatcher
- Parameters:
- step- the- PerfTestStepwhich has been executed.
- run- the current- PerfTestRun
 
- 
afterRunDescription copied from interface:PerfTestWatcherInvoked after a performance test run is ended.- Specified by:
- afterRunin interface- PerfTestWatcher
- Parameters:
- test- the- PerfTestabout to be executed
- run- the current- PerfTestRun
 
- 
afterPassDescription copied from interface:PerfTestWatcherInvoked after a performance test pass is ended.- Specified by:
- afterPassin interface- PerfTestWatcher
- Parameters:
- pass- the current- PerfTestPass
 
 
-