Uses of Interface
org.camunda.bpm.qa.performance.engine.framework.PerfTestRunContext
-
Packages that use PerfTestRunContext Package Description org.camunda.bpm.qa.performance.engine.framework org.camunda.bpm.qa.performance.engine.steps -
-
Uses of PerfTestRunContext in org.camunda.bpm.qa.performance.engine.framework
Classes in org.camunda.bpm.qa.performance.engine.framework that implement PerfTestRunContext Modifier and Type Class Description class
PerfTestRun
An individual run of a performance test.Fields in org.camunda.bpm.qa.performance.engine.framework with type parameters of type PerfTestRunContext Modifier and Type Field Description static java.lang.ThreadLocal<PerfTestRunContext>
PerfTestRunContext. currentContext
Methods in org.camunda.bpm.qa.performance.engine.framework with parameters of type PerfTestRunContext Modifier and Type Method Description void
PerfTestStepBehavior. execute(PerfTestRunContext context)
Execute the step logic. -
Uses of PerfTestRunContext in org.camunda.bpm.qa.performance.engine.steps
Methods in org.camunda.bpm.qa.performance.engine.steps with parameters of type PerfTestRunContext Modifier and Type Method Description void
CompleteTaskStep. execute(PerfTestRunContext context)
void
CorrelateMessageStep. execute(PerfTestRunContext context)
void
CountJobsStep. execute(PerfTestRunContext context)
void
EvaluateDecisionTableStep. execute(PerfTestRunContext context)
void
MetricIntervalStep. execute(PerfTestRunContext context)
void
MetricSumStep. execute(PerfTestRunContext context)
void
SignalExecutionStep. execute(PerfTestRunContext context)
void
StartProcessInstanceByMessageStep. execute(PerfTestRunContext context)
void
StartProcessInstanceStep. execute(PerfTestRunContext context)
void
WaitStep. execute(PerfTestRunContext context)
-