다음을 통해 공유


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[]

적용 대상