org.camunda.bpm.dmn.engine.test
Annotation Type DecisionResource


@Retention(value=RUNTIME)
public @interface DecisionResource


Optional Element Summary
 String decisionKey
          The id of the decision to use.
 String resource
          The DMN resources that contains the decision.
 

resource

public abstract String resource
The 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

public abstract String decisionKey
The id of the decision to use. If omitted the first decision in the DMN resource is used.

Default:
""


Copyright © 2015 camunda services GmbH. All rights reserved.