次の方法で共有


Assert.DoesNotThrow メソッド

定義

オーバーロード

DoesNotThrow(TestDelegate)
DoesNotThrow(TestDelegate, String)
DoesNotThrow(TestDelegate, String, Object[])

DoesNotThrow(TestDelegate)

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

パラメーター

適用対象

DoesNotThrow(TestDelegate, String)

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

パラメーター

message
String

適用対象

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

パラメーター

message
String
args
Object[]

適用対象