TestCaseData.Ignore Method
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
Ignore(String) | |
Ignore() |
Ignore(String)
public NUnit.Framework.TestCaseData Ignore (string reason);
member this.Ignore : string -> NUnit.Framework.TestCaseData
Parameters
- reason
- String
Returns
Applies to
Ignore()
public NUnit.Framework.TestCaseData Ignore ();
member this.Ignore : unit -> NUnit.Framework.TestCaseData