Freigeben über


TestCaseData.Throws Methode

Definition

Überlädt

Throws(String)
Throws(Type)

Throws(String)

public NUnit.Framework.TestCaseData Throws (string exceptionName);
member this.Throws : string -> NUnit.Framework.TestCaseData

Parameter

exceptionName
String

Gibt zurück

Gilt für:

Throws(Type)

public NUnit.Framework.TestCaseData Throws (Type exceptionType);
member this.Throws : Type -> NUnit.Framework.TestCaseData

Parameter

exceptionType
Type

Gibt zurück

Gilt für: