Package org.operaton.bpm.dmn.engine.test
Annotation Interface DecisionResource
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe id of the decision to use.The DMN resources that contains the decision.
-
Element Details
-
resource
String resourceThe DMN resources that contains the decision. The resource can be given with a path or only the filename. For the latter the test class location will be used to load the resource. If omitted the test class and method name will be used to load the DMN the resource.- Default:
""
-
decisionKey
String decisionKeyThe id of the decision to use. If omitted the first decision in the DMN resource is used.- Default:
""
-