Uses of Class
org.drools.workbench.models.testscenarios.shared.ExecutionTrace
-
Packages that use ExecutionTrace Package Description org.drools.workbench.models.testscenarios.backend org.drools.workbench.models.testscenarios.shared -
-
Uses of ExecutionTrace in org.drools.workbench.models.testscenarios.backend
Methods in org.drools.workbench.models.testscenarios.backend with parameters of type ExecutionTrace Modifier and Type Method Description voidTestScenarioKSessionWrapper. executeSubScenario(ExecutionTrace executionTrace, ScenarioSettings scenarioSettings) -
Uses of ExecutionTrace in org.drools.workbench.models.testscenarios.shared
Methods in org.drools.workbench.models.testscenarios.shared with parameters of type ExecutionTrace Modifier and Type Method Description List<String>Scenario. getFactNamesInScope(ExecutionTrace executionTrace, boolean includeGlobals)This will return a list of fact names that are in scope (including globals).voidScenario. removeExecutionTrace(ExecutionTrace executionTrace)Remove fixtures between this ExecutionTrace and the previous one.
-