Condividi tramite


Assert.DoesNotThrow Metodo

Definizione

Overload

DoesNotThrow(TestDelegate)

public static void DoesNotThrow(NUnit.Framework.TestDelegate code);
static member DoesNotThrow : NUnit.Framework.TestDelegate -> unit

Parametri

Si applica a

DoesNotThrow(TestDelegate, String)

public static void DoesNotThrow(NUnit.Framework.TestDelegate code, string message);
static member DoesNotThrow : NUnit.Framework.TestDelegate * string -> unit

Parametri

message
String

Si applica a

DoesNotThrow(TestDelegate, String, Object[])

public static void DoesNotThrow(NUnit.Framework.TestDelegate code, string message, params object[] args);
static member DoesNotThrow : NUnit.Framework.TestDelegate * string * obj[] -> unit

Parametri

message
String
args
Object[]

Si applica a