Package org.operaton.bpm.dmn.engine.test
Class DmnEngineTestRule
java.lang.Object
org.junit.rules.TestWatcher
org.operaton.bpm.dmn.engine.test.DmnEngineRule
org.operaton.bpm.dmn.engine.test.DmnEngineTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
JUnit test rule for internal unit tests. Uses The
DecisionResource annotation to load decisions
before tests.-
Field Summary
FieldsFields inherited from class org.operaton.bpm.dmn.engine.test.DmnEngineRule
dmnEngine, dmnEngineConfiguration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringexpandResourcePath(org.junit.runner.Description description, String resourcePath) protected DmnDecisionloadDecision(org.junit.runner.Description description) protected voidstarting(org.junit.runner.Description description) Methods inherited from class org.operaton.bpm.dmn.engine.test.DmnEngineRule
getDmnEngineMethods inherited from class org.junit.rules.TestWatcher
apply, failed, finished, skipped, skipped, succeeded
-
Field Details
-
DMN_SUFFIX
- See Also:
-
decision
-
-
Constructor Details
-
DmnEngineTestRule
public DmnEngineTestRule() -
DmnEngineTestRule
-
-
Method Details
-
getDecision
-
starting
protected void starting(org.junit.runner.Description description) - Overrides:
startingin classDmnEngineRule
-
loadDecision
-
expandResourcePath
-