Поделиться через


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

Применяется к