Package org.camunda.bpm.engine.test.api.runtime.util

Examples of org.camunda.bpm.engine.test.api.runtime.util.TestVariableScope


  private VariableScope variableScope;

  @Before
  public void setUp() {
    this.variableScope = new TestVariableScope();
    variableScope.setVariable(VAR_NAME, VAR_VALUE_STRING);
  }
View Full Code Here

TOP

Related Classes of org.camunda.bpm.engine.test.api.runtime.util.TestVariableScope

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.