public class BooleanKt
| Modifier and Type | Method and Description |
|---|---|
static void |
isFalse(Assert<java.lang.Boolean> $receiver)
Asserts the boolean is false.
|
static void |
isTrue(Assert<java.lang.Boolean> $receiver)
Asserts the boolean is true.
|
public static void isTrue(Assert<java.lang.Boolean> $receiver)
Asserts the boolean is true.
BooleanKt.isFalsepublic static void isFalse(Assert<java.lang.Boolean> $receiver)
Asserts the boolean is false.
BooleanKt.isTrue