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 Details

    • PerfTestConfigurationRule

      public PerfTestConfigurationRule()
  • Method Details

    • starting

      protected void starting(org.junit.runner.Description description)
      Overrides:
      starting in class org.junit.rules.TestWatcher
    • getPerformanceTestConfiguration

      public PerfTestConfiguration getPerformanceTestConfiguration()