Class CustomProcessEngineExtension
java.lang.Object
org.operaton.bpm.engine.test.junit5.ProcessEngineExtension
org.operaton.bpm.engine.test.junit5.deployment.CustomProcessEngineExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.AfterEachCallback,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.BeforeEachCallback,org.junit.jupiter.api.extension.Extension,org.junit.jupiter.api.extension.ParameterResolver,org.junit.jupiter.api.extension.TestInstancePostProcessor,org.junit.jupiter.api.extension.TestInstantiationAwareExtension,org.junit.jupiter.api.extension.TestWatcher,ProcessEngineProvider,ProcessEngineServices
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.junit.jupiter.api.extension.TestInstantiationAwareExtension
org.junit.jupiter.api.extension.TestInstantiationAwareExtension.ExtensionContextScope -
Field Summary
Fields inherited from class org.operaton.bpm.engine.test.junit5.ProcessEngineExtension
additionalDeployments, authorizationService, caseService, configurationResource, decisionService, deploymentId, ensureCleanAfterTest, externalTaskService, filterService, formService, historyService, identityService, managementService, processEngine, processEngineConfiguration, processEngineConfigurator, repositoryService, runtimeService, taskService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterEach(org.junit.jupiter.api.extension.ExtensionContext context) voidbeforeEach(org.junit.jupiter.api.extension.ExtensionContext context) static CustomProcessEngineExtensionbuilder()Methods inherited from class org.operaton.bpm.engine.test.junit5.ProcessEngineExtension
afterAll, beforeAll, build, closeEngineAfterAllTests, closeEngineAfterEachTest, configurationResource, configurator, ensureCleanAfterTest, getAuthorizationService, getCaseService, getConfigurationResource, getDecisionService, getDeploymentId, getExternalTaskService, getFilterService, getFormService, getHistoryService, getIdentityService, getManagementService, getProcessEngine, getProcessEngineConfiguration, getRepositoryService, getRuntimeService, getTaskService, illegalStateException, initializeProcessEngine, initializeServices, inject, inject, isEnsureCleanAfterTest, manageDeployment, postProcessTestInstance, randomEngineName, resolveParameter, setAuthorizationService, setCaseService, setConfigurationResource, setCurrentTime, setDecisionService, setEnsureCleanAfterTest, setExternalTaskService, setFilterService, setFormService, setHistoryService, setIdentityService, setManagementService, setProcessEngine, setProcessEngineConfiguration, setRepositoryService, setRuntimeService, setTaskService, supportsParameter, useProcessEngineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.extension.TestInstantiationAwareExtension
getTestInstantiationExtensionContextScopeMethods inherited from interface org.junit.jupiter.api.extension.TestWatcher
testAborted, testDisabled, testFailed, testSuccessful
-
Constructor Details
-
CustomProcessEngineExtension
public CustomProcessEngineExtension()
-
-
Method Details
-
beforeEach
public void beforeEach(org.junit.jupiter.api.extension.ExtensionContext context) - Specified by:
beforeEachin interfaceorg.junit.jupiter.api.extension.BeforeEachCallback- Overrides:
beforeEachin classProcessEngineExtension
-
afterEach
public void afterEach(org.junit.jupiter.api.extension.ExtensionContext context) - Specified by:
afterEachin interfaceorg.junit.jupiter.api.extension.AfterEachCallback- Overrides:
afterEachin classProcessEngineExtension
-
builder
-