Class AbstractCockpitPluginTest
- java.lang.Object
-
- org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
-
public abstract class AbstractCockpitPluginTest extends java.lang.Object- Author:
- nico.rehwaldt
-
-
Field Summary
Fields Modifier and Type Field Description ProcessEngineRuleprocessEngineRule
-
Constructor Summary
Constructors Constructor Description AbstractCockpitPluginTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafter()static voidafterClass()voidbefore()static voidbeforeClass()protected DeploymentBuildercreateDeploymentBuilder()Deploymentdeploy(java.lang.String... resources)protected Deploymentdeploy(DeploymentBuilder deploymentBuilder, java.util.List<BpmnModelInstance> bpmnModelInstances, java.util.List<java.lang.String> resources)DeploymentdeployForTenant(java.lang.String tenantId, java.lang.String... resources)voidexecuteAvailableJobs()protected CommandExecutorgetCommandExecutor()ProcessEnginegetProcessEngine()protected QueryServicegetQueryService()
-
-
-
Field Detail
-
processEngineRule
public ProcessEngineRule processEngineRule
-
-
Method Detail
-
beforeClass
public static void beforeClass()
-
afterClass
public static void afterClass()
-
before
public void before()
-
after
public void after()
-
getProcessEngine
public ProcessEngine getProcessEngine()
-
getCommandExecutor
protected CommandExecutor getCommandExecutor()
-
getQueryService
protected QueryService getQueryService()
-
executeAvailableJobs
public void executeAvailableJobs()
-
deploy
public Deployment deploy(java.lang.String... resources)
-
deployForTenant
public Deployment deployForTenant(java.lang.String tenantId, java.lang.String... resources)
-
deploy
protected Deployment deploy(DeploymentBuilder deploymentBuilder, java.util.List<BpmnModelInstance> bpmnModelInstances, java.util.List<java.lang.String> resources)
-
createDeploymentBuilder
protected DeploymentBuilder createDeploymentBuilder()
-
-