Class TestScenarioKSessionWrapper
- java.lang.Object
-
- org.drools.workbench.models.testscenarios.backend.TestScenarioKSessionWrapper
-
public class TestScenarioKSessionWrapper extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivateRuleFlowGroup(String activateRuleFlowGroupName)voidexecuteMethod(CallMethod callMethod)voidexecuteSubScenario(ExecutionTrace executionTrace, ScenarioSettings scenarioSettings)voidverifyExpectation(Expectation expectation)
-
-
-
Method Detail
-
activateRuleFlowGroup
public void activateRuleFlowGroup(String activateRuleFlowGroupName)
-
verifyExpectation
public void verifyExpectation(Expectation expectation) throws InvocationTargetException, NoSuchMethodException, IllegalAccessException, InstantiationException
-
executeMethod
public void executeMethod(CallMethod callMethod)
-
executeSubScenario
public void executeSubScenario(ExecutionTrace executionTrace, ScenarioSettings scenarioSettings) throws InvalidClockTypeException
- Throws:
InvalidClockTypeException
-
-