Constructor TestRuleIgnoreAfterMaxFailures
TestRuleIgnoreAfterMaxFailures(Int32)
Declaration
public TestRuleIgnoreAfterMaxFailures(int maxFailures)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxFailures | The number of failures after which all tests are ignored. Must be greater or equal 1. |