Share via


Assert.IsTrue 메서드

정의

오버로드

IsTrue(Boolean, String)
IsTrue(Boolean, String, Object[])
IsTrue(Boolean)

IsTrue(Boolean, String)

public static void IsTrue (bool condition, string message);
static member IsTrue : bool * string -> unit

매개 변수

condition
Boolean
message
String

적용 대상

IsTrue(Boolean, String, Object[])

public static void IsTrue (bool condition, string message, params object[] args);
static member IsTrue : bool * string * obj[] -> unit

매개 변수

condition
Boolean
message
String
args
Object[]

적용 대상

IsTrue(Boolean)

public static void IsTrue (bool condition);
static member IsTrue : bool -> unit

매개 변수

condition
Boolean

적용 대상