TestCaseData.SetProperty Method

Definition

Overloads

SetProperty(String, Double)
SetProperty(String, Int32)
SetProperty(String, String)

SetProperty(String, Double)

public NUnit.Framework.TestCaseData SetProperty (string propName, double propValue);
member this.SetProperty : string * double -> NUnit.Framework.TestCaseData

Parameters

propName
String
propValue
Double

Returns

Applies to

SetProperty(String, Int32)

public NUnit.Framework.TestCaseData SetProperty (string propName, int propValue);
member this.SetProperty : string * int -> NUnit.Framework.TestCaseData

Parameters

propName
String
propValue
Int32

Returns

Applies to

SetProperty(String, String)

public NUnit.Framework.TestCaseData SetProperty (string propName, string propValue);
member this.SetProperty : string * string -> NUnit.Framework.TestCaseData

Parameters

propName
String
propValue
String

Returns

Applies to