Drools Guvnor - Test Scenarios Model 6.0.0.Beta2

org.drools.guvnor.models.testscenarios.backend
Class TestScenarioKSessionWrapper

java.lang.Object
  extended by org.drools.guvnor.models.testscenarios.backend.TestScenarioKSessionWrapper

public class TestScenarioKSessionWrapper
extends Object


Constructor Summary
TestScenarioKSessionWrapper(org.kie.api.runtime.KieSession ksession, org.drools.core.base.TypeResolver resolver, ClassLoader classLoader, Map<String,Object> populatedData, Map<String,Object> globalData)
           
 
Method Summary
 void activateRuleFlowGroup(String activateRuleFlowGroupName)
           
 void executeMethod(CallMethod callMethod)
           
 void executeSubScenario(ExecutionTrace executionTrace, ScenarioSettings scenarioSettings)
           
 void verifyExpectation(Expectation expectation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestScenarioKSessionWrapper

public TestScenarioKSessionWrapper(org.kie.api.runtime.KieSession ksession,
                                   org.drools.core.base.TypeResolver resolver,
                                   ClassLoader classLoader,
                                   Map<String,Object> populatedData,
                                   Map<String,Object> globalData)
Method Detail

activateRuleFlowGroup

public void activateRuleFlowGroup(String activateRuleFlowGroupName)

verifyExpectation

public void verifyExpectation(Expectation expectation)
                       throws InvocationTargetException,
                              NoSuchMethodException,
                              IllegalAccessException,
                              InstantiationException
Throws:
InvocationTargetException
NoSuchMethodException
IllegalAccessException
InstantiationException

executeMethod

public void executeMethod(CallMethod callMethod)

executeSubScenario

public void executeSubScenario(ExecutionTrace executionTrace,
                               ScenarioSettings scenarioSettings)

Drools Guvnor - Test Scenarios Model 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.