TestCaseData.Throws Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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