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

public class DmnEngineTestRule extends DmnEngineRule
JUnit test rule for internal unit tests. Uses The DecisionResource annotation to load decisions before tests.
  • Field Details

  • Constructor Details

    • DmnEngineTestRule

      public DmnEngineTestRule()
    • DmnEngineTestRule

      public DmnEngineTestRule(DmnEngineConfiguration dmnEngineConfiguration)
  • Method Details

    • getDecision

      public DmnDecision getDecision()
    • starting

      protected void starting(org.junit.runner.Description description)
      Overrides:
      starting in class DmnEngineRule
    • loadDecision

      protected DmnDecision loadDecision(org.junit.runner.Description description)
    • expandResourcePath

      protected String expandResourcePath(org.junit.runner.Description description, String resourcePath)