Summary
Gets or sets the ignore reason. When set to a non-null
non-empty value, the test is marked as ignored.
- Namespace
- TCLite
- Containing Type
- TestCaseAttribute
Syntax
public string IgnoreReason { get; set; }
Value
Type | Description |
---|---|
string | The ignore reason. |