TestCaseData.SetProperty 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
SetProperty(String, Double)
public NUnit.Framework.TestCaseData SetProperty (string propName, double propValue);
member this.SetProperty : string * double -> NUnit.Framework.TestCaseData
Parameters
Returns
SetProperty(String, Int32)
public NUnit.Framework.TestCaseData SetProperty (string propName, int propValue);
member this.SetProperty : string * int -> NUnit.Framework.TestCaseData
Parameters
Returns
SetProperty(String, String)
public NUnit.Framework.TestCaseData SetProperty (string propName, string propValue);
member this.SetProperty : string * string -> NUnit.Framework.TestCaseData
Parameters
Returns