ResultState public class ResultState : IEquatable<ResultState> Documentation public static readonly ResultState Cancelled public static readonly ResultState ChildFailure public static readonly ResultState ChildIgnored public static readonly ResultState ChildWarning public static readonly ResultState Error public static readonly ResultState Explicit public static readonly ResultState Failure public static readonly ResultState Ignored public static readonly ResultState Inconclusive public static readonly ResultState NotRunnable public static readonly ResultState SetUpError public static readonly ResultState SetUpFailure public static readonly ResultState Skipped public static readonly ResultState Success public static readonly ResultState TearDownError public static readonly ResultState Warning public string Label { get; } public FailureSite Site { get; } public TestStatus Status { get; } public ResultState(TestStatus status) public ResultState(TestStatus status, string label) public ResultState(TestStatus status, FailureSite site) public ResultState(TestStatus status, string label, FailureSite site) public static bool op_Equality(ResultState left, ResultState right) public static bool op_Inequality(ResultState left, ResultState right) public bool Equals(ResultState other) public bool Matches(ResultState other) public ResultState WithSite(FailureSite site)