Uses of Class
org.camunda.bpm.engine.test.ProcessEngineRule
-
Packages that use ProcessEngineRule Package Description org.camunda.bpm.cockpit.plugin.test org.camunda.bpm.qa.performance.engine.junit org.camunda.bpm.qa.upgrade org.camunda.bpm.spring.boot.starter.test.helper -
-
Uses of ProcessEngineRule in org.camunda.bpm.cockpit.plugin.test
Fields in org.camunda.bpm.cockpit.plugin.test declared as ProcessEngineRule Modifier and Type Field Description ProcessEngineRule
AbstractCockpitPluginTest. processEngineRule
-
Uses of ProcessEngineRule in org.camunda.bpm.qa.performance.engine.junit
Fields in org.camunda.bpm.qa.performance.engine.junit declared as ProcessEngineRule Modifier and Type Field Description ProcessEngineRule
ProcessEnginePerformanceTestCase. processEngineRule
ProcessEngineRule
ProcessEngineQueryPerformanceTestCase. processEngineRule
-
Uses of ProcessEngineRule in org.camunda.bpm.qa.upgrade
Subclasses of ProcessEngineRule in org.camunda.bpm.qa.upgrade Modifier and Type Class Description class
UpgradeTestRule
-
Uses of ProcessEngineRule in org.camunda.bpm.spring.boot.starter.test.helper
Fields in org.camunda.bpm.spring.boot.starter.test.helper declared as ProcessEngineRule Modifier and Type Field Description ProcessEngineRule
AbstractProcessEngineRuleTest. processEngine
Methods in org.camunda.bpm.spring.boot.starter.test.helper that return ProcessEngineRule Modifier and Type Method Description ProcessEngineRule
StandaloneInMemoryTestConfiguration. rule()
-