org.drools.simulation.fluent.test
Interface RuleTestFluent<T>
- All Known Subinterfaces:
- KieSessionSimulationFluent
- All Known Implementing Classes:
- DefaultStatefulKnowledgeSessionSimFluent
public interface RuleTestFluent<T>
assertRuleFired
T assertRuleFired(String ruleName)
assertRuleFired
T assertRuleFired(String ruleName,
int fireCount)
- Only applies to the last
#fireAllRules() in this step.
- Parameters:
ruleName - never nullfireCount - at least 0
- Returns:
- this
throws IllegalArgumentException if
#fireAllRules() has not been called in this step yet.
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.