Class PerfTestConfigurationRule
java.lang.Object
org.junit.rules.TestWatcher
org.camunda.bpm.qa.performance.engine.junit.PerfTestConfigurationRule
- All Implemented Interfaces:
org.junit.rules.TestRule
public class PerfTestConfigurationRule
extends org.junit.rules.TestWatcher
JUnit rule allowing to load the performance test configuration from a file
- Author:
- Daniel Meyer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
starting
(org.junit.runner.Description description) Methods inherited from class org.junit.rules.TestWatcher
apply, failed, finished, skipped, skipped, succeeded
-
Constructor Details
-
PerfTestConfigurationRule
public PerfTestConfigurationRule()
-
-
Method Details
-
starting
protected void starting(org.junit.runner.Description description) - Overrides:
starting
in classorg.junit.rules.TestWatcher
-
getPerformanceTestConfiguration
-