Condividi tramite


TestCaseData.Throws Metodo

Definizione

Overload

Throws(String)

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

Parametri

exceptionName
String

Restituisce

Si applica a

Throws(Type)

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

Parametri

exceptionType
Type

Restituisce

Si applica a