public class CmmnTestRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Modifier and Type | Field and Description |
|---|---|
protected static CmmnEngineConfiguration |
cmmnEngineConfiguration |
protected static String |
deploymentId |
| Constructor and Description |
|---|
CmmnTestRunner(Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertDatabaseEmpty(org.junit.runners.model.FrameworkMethod method) |
protected void |
deleteDeployment(String deploymentId) |
protected String |
deployCmmnDefinition(org.junit.runners.model.FrameworkMethod method) |
protected String |
getCmmnDefinitionResource(org.junit.runners.model.FrameworkMethod method) |
static CmmnEngineConfiguration |
getCmmnEngineConfiguration() |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
static void |
setCmmnEngineConfiguration(CmmnEngineConfiguration cmmnEngineConfiguration) |
protected org.junit.runners.model.Statement |
withAfters(org.junit.runners.model.FrameworkMethod method,
Object target,
org.junit.runners.model.Statement statement) |
protected org.junit.runners.model.Statement |
withBefores(org.junit.runners.model.FrameworkMethod method,
Object target,
org.junit.runners.model.Statement statement) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withPotentialTimeoutprotected static CmmnEngineConfiguration cmmnEngineConfiguration
protected static String deploymentId
public CmmnTestRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic static CmmnEngineConfiguration getCmmnEngineConfiguration()
public static void setCmmnEngineConfiguration(CmmnEngineConfiguration cmmnEngineConfiguration)
protected void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement withBefores(org.junit.runners.model.FrameworkMethod method,
Object target,
org.junit.runners.model.Statement statement)
withBefores in class org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement withAfters(org.junit.runners.model.FrameworkMethod method,
Object target,
org.junit.runners.model.Statement statement)
withAfters in class org.junit.runners.BlockJUnit4ClassRunnerprotected String deployCmmnDefinition(org.junit.runners.model.FrameworkMethod method)
protected String getCmmnDefinitionResource(org.junit.runners.model.FrameworkMethod method)
protected void deleteDeployment(String deploymentId)
protected void assertDatabaseEmpty(org.junit.runners.model.FrameworkMethod method)
Copyright © 2019 Flowable. All rights reserved.