Assert.Catch Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Catch(Type, TestDelegate, String, Object[])
public static Exception Catch (Type expectedExceptionType, NUnit.Framework.TestDelegate code, string message, params object[] args);
static member Catch : Type * NUnit.Framework.TestDelegate * string * obj[] -> Exception
Paramètres
- expectedExceptionType
- Type
- code
- TestDelegate
- message
- String
- args
- Object[]
Retours
S’applique à
Catch(TestDelegate)
public static Exception Catch (NUnit.Framework.TestDelegate code);
static member Catch : NUnit.Framework.TestDelegate -> Exception
Paramètres
- code
- TestDelegate
Retours
S’applique à
Catch(TestDelegate, String)
public static Exception Catch (NUnit.Framework.TestDelegate code, string message);
static member Catch : NUnit.Framework.TestDelegate * string -> Exception
Paramètres
- code
- TestDelegate
- message
- String
Retours
S’applique à
Catch(Type, TestDelegate)
public static Exception Catch (Type expectedExceptionType, NUnit.Framework.TestDelegate code);
static member Catch : Type * NUnit.Framework.TestDelegate -> Exception
Paramètres
- expectedExceptionType
- Type
- code
- TestDelegate
Retours
S’applique à
Catch(TestDelegate, String, Object[])
public static Exception Catch (NUnit.Framework.TestDelegate code, string message, params object[] args);
static member Catch : NUnit.Framework.TestDelegate * string * obj[] -> Exception
Paramètres
- code
- TestDelegate
- message
- String
- args
- Object[]
Retours
S’applique à
Catch(Type, TestDelegate, String)
public static Exception Catch (Type expectedExceptionType, NUnit.Framework.TestDelegate code, string message);
static member Catch : Type * NUnit.Framework.TestDelegate * string -> Exception
Paramètres
- expectedExceptionType
- Type
- code
- TestDelegate
- message
- String
Retours
S’applique à
Catch<T>(TestDelegate, String)
public static T Catch<T> (NUnit.Framework.TestDelegate code, string message) where T : Exception;
static member Catch : NUnit.Framework.TestDelegate * string -> 'T (requires 'T :> Exception)
Paramètres de type
- T
Paramètres
- code
- TestDelegate
- message
- String
Retours
T
S’applique à
Catch<T>(TestDelegate, String, Object[])
public static T Catch<T> (NUnit.Framework.TestDelegate code, string message, params object[] args) where T : Exception;
static member Catch : NUnit.Framework.TestDelegate * string * obj[] -> 'T (requires 'T :> Exception)
Paramètres de type
- T
Paramètres
- code
- TestDelegate
- message
- String
- args
- Object[]
Retours
T
S’applique à
Catch<T>(TestDelegate)
public static T Catch<T> (NUnit.Framework.TestDelegate code) where T : Exception;
static member Catch : NUnit.Framework.TestDelegate -> 'T (requires 'T :> Exception)
Paramètres de type
- T
Paramètres
- code
- TestDelegate
Retours
T