Interface IProtoRunGate

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Evaluates the evidence a run collected and can fail the run. Gates run once the suite has finished, before reports are written, so a failed gate still produces its report.

public interface IProtoRunGate
Extension Methods

Properties

Name

string Name { get; }

Property Value

string

Methods

Evaluate(ProtoRunGateContext)

ProtoRunGateResult Evaluate(ProtoRunGateContext context)

Parameters

context ProtoRunGateContext

Returns

ProtoRunGateResult