Class AuthorizationPerformanceTestCase
java.lang.Object
org.camunda.bpm.qa.performance.engine.junit.AuthorizationPerformanceTestCase
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected ProcessEngine
protected HistoryService
protected RepositoryService
org.junit.rules.RuleChain
protected RuntimeService
protected TaskService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
grouptGrant
(String groupId, Resource resource, Permission... perms) void
setup()
protected void
userGrant
(String userId, Resource resource, Permission... perms)
-
Field Details
-
testConfigurationRule
-
resultRecorderRule
-
ruleChain
public org.junit.rules.RuleChain ruleChain -
engine
-
taskService
-
historyService
-
runtimeService
-
repositoryService
-
-
Constructor Details
-
AuthorizationPerformanceTestCase
public AuthorizationPerformanceTestCase()
-
-
Method Details
-
setup
public void setup() -
performanceTest
-
grouptGrant
-
userGrant
-