Interface IRuleFiringVerification
Represents specific rule firing verification.
public interface IRuleFiringVerification
Methods
Fired(params FactConstraint[])
Asserts that a given rule under test fired with a set of facts matching the specified constraints.
void Fired(params FactConstraint[] constraints)
Parameters
constraints
FactConstraint[]Constraints narrowing down the rule firing expectation.