public class CharsequenceKt
| Modifier and Type | Method and Description |
|---|---|
static void |
charSequenceHasLength(Assert<? extends java.lang.CharSequence> $receiver,
int length)
Asserts the char sequence has the expected length.
|
static void |
hasSameLengthAs(Assert<? extends java.lang.CharSequence> $receiver,
java.lang.CharSequence other)
Asserts the char sequence has the same length as the expected one.
|
static void |
isCharSequenceEmpty(Assert<? extends java.lang.CharSequence> $receiver)
Asserts the char sequence is empty.
|
static void |
isCharSequenceNotEmpty(Assert<? extends java.lang.CharSequence> $receiver)
Asserts the char sequence is not empty.
|
static void |
isCharSequenceNullOrEmpty(Assert<? extends java.lang.CharSequence> $receiver)
Asserts the char sequence is null or empty.
|
static Assert<java.lang.Integer> |
length(Assert<? extends java.lang.CharSequence> $receiver)
Returns an assert on the CharSequence's length.
|
public static Assert<java.lang.Integer> length(Assert<? extends java.lang.CharSequence> $receiver)
Returns an assert on the CharSequence's length.
public static void isCharSequenceEmpty(Assert<? extends java.lang.CharSequence> $receiver)
Asserts the char sequence is empty.
public static void isCharSequenceNotEmpty(Assert<? extends java.lang.CharSequence> $receiver)
Asserts the char sequence is not empty.
PrimativeArrayKt.byteArrayIsEmptypublic static void isCharSequenceNullOrEmpty(Assert<? extends java.lang.CharSequence> $receiver)
Asserts the char sequence is null or empty.
PrimativeArrayKt.byteArrayIsEmptypublic static void charSequenceHasLength(Assert<? extends java.lang.CharSequence> $receiver, int length)
Asserts the char sequence has the expected length.
public static void hasSameLengthAs(Assert<? extends java.lang.CharSequence> $receiver, java.lang.CharSequence other)
Asserts the char sequence has the same length as the expected one.