Compartir a través de


TestCaseData.Throws Método

Definición

Sobrecargas

Throws(String)
Throws(Type)

Throws(String)

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

Parámetros

exceptionName
String

Devoluciones

Se aplica a

Throws(Type)

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

Parámetros

exceptionType
Type

Devoluciones

Se aplica a