3435363738394041
private VariableScope variableScope; @Before public void setUp() { this.variableScope = new TestVariableScope(); variableScope.setVariable(VAR_NAME, VAR_VALUE_STRING); }