Uses of Class
org.camunda.bpm.qa.performance.engine.framework.PerfTestConfiguration
Packages that use PerfTestConfiguration
Package
Description
-
Uses of PerfTestConfiguration in org.camunda.bpm.qa.performance.engine.framework
Fields in org.camunda.bpm.qa.performance.engine.framework declared as PerfTestConfigurationModifier and TypeFieldDescriptionprotected PerfTestConfigurationPerfTestResults.configurationthe configuration usedprotected PerfTestConfigurationPerfTestRunner.configurationprotected PerfTestConfigurationPerfTestBuilder.perfTestConfigurationMethods in org.camunda.bpm.qa.performance.engine.framework that return PerfTestConfigurationMethods in org.camunda.bpm.qa.performance.engine.framework with parameters of type PerfTestConfigurationModifier and TypeMethodDescriptionvoidPerfTestResults.setConfiguration(PerfTestConfiguration configuration) Constructors in org.camunda.bpm.qa.performance.engine.framework with parameters of type PerfTestConfigurationModifierConstructorDescriptionPerfTestBuilder(PerfTestConfiguration perfTestConfiguration, PerfTestResultRecorderRule resultRecorder) PerfTestResults(PerfTestConfiguration configuration) PerfTestRunner(PerfTest test, PerfTestConfiguration configuration) -
Uses of PerfTestConfiguration in org.camunda.bpm.qa.performance.engine.framework.activitylog
Methods in org.camunda.bpm.qa.performance.engine.framework.activitylog with parameters of type PerfTestConfigurationModifier and TypeMethodDescriptionprotected StringActivityCountAggregator.getPassTitle(String testName, PerfTestConfiguration configuration, PerfTestResult passResult) -
Uses of PerfTestConfiguration in org.camunda.bpm.qa.performance.engine.junit
Methods in org.camunda.bpm.qa.performance.engine.junit that return PerfTestConfiguration