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
Constructors Constructor Description PerfTestConfigurationRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PerfTestConfiguration
getPerformanceTestConfiguration()
protected void
starting(org.junit.runner.Description description)
-
-
-
Method Detail
-
starting
protected void starting(org.junit.runner.Description description)
- Overrides:
starting
in classorg.junit.rules.TestWatcher
-
getPerformanceTestConfiguration
public PerfTestConfiguration getPerformanceTestConfiguration()
-
-