Table of Contents

Interface IQualifiedRuleFiringVerification

Namespace
NRules.Testing
Assembly
NRules.Testing.dll

Represents specific rule firing verification that uses qualified rule firing expectations.

public interface IQualifiedRuleFiringVerification : IRuleFiringVerification
Inherited Members

Methods

Fired(Times, params FactConstraint[])

Asserts that a given rule under test fired the given number of times with a set of facts matching the specified constraints.

void Fired(Times times, params FactConstraint[] constraints)

Parameters

times Times

Expected number of rule firings.

constraints FactConstraint[]

Constraints narrowing down the rule firing expectation.