Table of Contents

Interface IRuleAsserter

Namespace
NRules.Testing
Assembly
NRules.Testing.dll

Abstracts assertion logic for the specific testing/assertion framework.

public interface IRuleAsserter

Methods

Assert(RuleAssertResult)

Asserts a condition specific to rule firing.

void Assert(RuleAssertResult result)

Parameters

result RuleAssertResult

Result that needs to be verified.

See Also