Table of Contents

Interface IRuleInvocationRecorder

Namespace
NRules.Testing
Assembly
NRules.Testing.dll

Controls the recording of rule invocations and provides access to the recorded invocations.

public interface IRuleInvocationRecorder

Methods

Clear()

Clears all recorded invocations.

void Clear()

GetInvocations()

Gets all recorded invocations.

IReadOnlyList<IMatch> GetInvocations()

Returns

IReadOnlyList<IMatch>

Pause()

Pauses recording of rule invocations.

void Pause()

Resume()

Resumes recording of rule invocations.

void Resume()