Assert.DoesNotThrow メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- code
- TestDelegate
適用対象
DoesNotThrow(TestDelegate, String)
public static void DoesNotThrow(NUnit.Framework.TestDelegate code, string message);
static member DoesNotThrow : NUnit.Framework.TestDelegate * string -> unit
パラメーター
- code
- TestDelegate
- 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
パラメーター
- code
- TestDelegate
- message
- String
- args
- Object[]