Modifier and Type | Method and Description |
---|---|
static JbpmJUnitBaseTestCase.Strategy |
JbpmJUnitBaseTestCase.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JbpmJUnitBaseTestCase.Strategy[] |
JbpmJUnitBaseTestCase.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected org.kie.api.runtime.manager.RuntimeManager |
JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy,
Map<String,org.kie.api.io.ResourceType> resources)
Creates default configuration of
RuntimeManager with given strategy and all
resources being added to knowledge base. |
protected org.kie.api.runtime.manager.RuntimeManager |
JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy,
Map<String,org.kie.api.io.ResourceType> resources,
org.kie.api.runtime.manager.RuntimeEnvironment environment,
String identifier)
The lowest level of creation of
RuntimeManager that expects to get RuntimeEnvironment
to be given as argument. |
protected org.kie.api.runtime.manager.RuntimeManager |
JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy,
Map<String,org.kie.api.io.ResourceType> resources,
String identifier)
Creates default configuration of
RuntimeManager with given strategy and all
resources being added to knowledge base. |
protected org.kie.api.runtime.manager.RuntimeManager |
JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy,
String identifier,
String... process)
Creates default configuration of
RuntimeManager with given strategy and all
processes being added to knowledge base. |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.