Class TestRuleMarkFailure
A rule for marking failed tests and suites.
Inheritance
System.Object
TestRuleMarkFailure
Assembly: cs.temp.dll.dll
Syntax
public sealed class TestRuleMarkFailure : TestRule
Constructors
Name | Description |
---|---|
TestRuleMarkFailure(TestRuleMarkFailure[]) |
Methods
Name | Description |
---|---|
Apply(Statement, Description) | |
HadFailures() | Check if this object had any marked failures. |
IsAssumption(Exception) | Is a given exception (or a MultipleFailureException) an
|
MarkFailed() | Taints this object and any chained as having failures. |
WasSuccessful() | Check if this object was successful (the opposite of |