Class ProtoTestSkip

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Evaluates the skip conditions of a resolved attribute set.

public static class ProtoTestSkip
Inheritance
ProtoTestSkip
Inherited Members

Methods

GetReason(IEnumerable<ProtoAttribute>, ProtoHost)

Returns the first skip reason, or null when no condition applies.

public static string? GetReason(IEnumerable<ProtoAttribute> attributes, ProtoHost host)

Parameters

attributes IEnumerable<ProtoAttribute>
host ProtoHost

Returns

string