Table of Contents

Interface IRuleFiringVerification

Namespace
NRules.Testing
Assembly
NRules.Testing.dll

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.