IgnoreAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IgnoreAttribute() |
Constructs the attribute without giving a reason for ignoring the test. |
IgnoreAttribute(String) |
Constructs the attribute giving a reason for ignoring the test |
IgnoreAttribute()
Constructs the attribute without giving a reason for ignoring the test.
public IgnoreAttribute ();
Applies to
IgnoreAttribute(String)
Constructs the attribute giving a reason for ignoring the test
public IgnoreAttribute (string reason);
new NUnit.Framework.IgnoreAttribute : string -> NUnit.Framework.IgnoreAttribute
Parameters
- reason
- String
The reason for ignoring the test