public interface Arguments
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
contains(CharSequence expected,
CharSequence actual,
String message) |
static void |
containsAny(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
containsAnyIgnoreCase(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
containsIgnoreCase(CharSequence expected,
CharSequence actual,
String message) |
static void |
endsWith(CharSequence expected,
CharSequence actual,
String message) |
static void |
endsWithAny(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
endsWithAnyIgnoreCase(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
endsWithIgnoreCase(CharSequence expected,
CharSequence actual,
String message) |
static void |
equals(byte expected,
byte actual,
String message) |
static void |
equals(char expected,
char actual,
String message) |
static void |
equals(CharSequence expected,
CharSequence actual,
String message) |
static void |
equals(double expected,
double actual,
String message) |
static void |
equals(float expected,
float actual,
String message) |
static void |
equals(int expected,
int actual,
String message) |
static void |
equals(long expected,
long actual,
String message) |
static void |
equals(Object expected,
Object actual,
String message) |
static void |
equals(short expected,
short actual,
String message) |
static void |
equalsAny(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
equalsAnyIgnoreCase(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
equalsIgnoreCase(CharSequence expected,
CharSequence actual,
String message) |
static void |
isAssignable(Class<?> expectedType,
Class<?> actualValue,
String message) |
static void |
isBlank(CharSequence actual,
String message) |
static void |
isEmpty(CharSequence actual,
String message) |
static void |
isFalse(boolean condition,
String message) |
static void |
isInstanceOf(Class<?> expectedType,
Object actualValue,
String message) |
static void |
isNull(Object actual,
String message) |
static void |
isSame(Object expected,
Object actual,
String message) |
static void |
isTrue(boolean condition,
String message) |
static void |
notAssignable(Class<?> expectedType,
Class<?> actualValue,
String message) |
static void |
notBlank(CharSequence actual,
String message) |
static void |
notContains(CharSequence expected,
CharSequence actual,
String message) |
static void |
notContainsAny(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
notContainsAnyIgnoreCase(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
notContainsIgnoreCase(CharSequence expected,
CharSequence actual,
String message) |
static void |
notEmpty(CharSequence actual,
String message) |
static void |
notEndsWith(CharSequence expected,
CharSequence actual,
String message) |
static void |
notEndsWithAny(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
notEndsWithAnyIgnoreCase(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
notEndsWithIgnoreCase(CharSequence expected,
CharSequence actual,
String message) |
static void |
notEquals(byte expected,
byte actual,
String message) |
static void |
notEquals(char expected,
char actual,
String message) |
static void |
notEquals(CharSequence expected,
CharSequence actual,
String message) |
static void |
notEquals(double expected,
double actual,
String message) |
static void |
notEquals(float expected,
float actual,
String message) |
static void |
notEquals(int expected,
int actual,
String message) |
static void |
notEquals(long expected,
long actual,
String message) |
static void |
notEquals(Object expected,
Object actual,
String message) |
static void |
notEquals(short expected,
short actual,
String message) |
static void |
notEqualsAny(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
notEqualsAnyIgnoreCase(CharSequence expected,
CharSequence actual,
String message) |
static void |
notEqualsIgnoreCase(CharSequence expected,
CharSequence actual,
String message) |
static void |
notInstanceOf(Class<?> expectedType,
Object actualValue,
String message) |
static void |
notNull(Object actual,
String message) |
static void |
notSame(Object expected,
Object actual,
String message) |
static void |
notStartsWith(CharSequence expected,
CharSequence actual,
String message) |
static void |
notStartsWithAny(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
notStartsWithAnyIgnoreCase(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
notStartsWithIgnoreCase(CharSequence expected,
CharSequence actual,
String message) |
static void |
startsWith(CharSequence expected,
CharSequence actual,
String message) |
static void |
startsWithAny(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
startsWithAnyIgnoreCase(CharSequence[] expected,
CharSequence actual,
String message) |
static void |
startsWithIgnoreCase(CharSequence expected,
CharSequence actual,
String message) |
static void isTrue(boolean condition,
String message)
throws IllegalArgumentException
static void isFalse(boolean condition,
String message)
throws IllegalArgumentException
static void isNull(Object actual, String message) throws IllegalArgumentException
static void notNull(Object actual, String message) throws IllegalArgumentException
static void equals(char expected,
char actual,
String message)
throws IllegalArgumentException
static void equals(byte expected,
byte actual,
String message)
throws IllegalArgumentException
static void equals(short expected,
short actual,
String message)
throws IllegalArgumentException
static void equals(int expected,
int actual,
String message)
throws IllegalArgumentException
static void equals(long expected,
long actual,
String message)
throws IllegalArgumentException
static void equals(double expected,
double actual,
String message)
throws IllegalArgumentException
static void equals(float expected,
float actual,
String message)
throws IllegalArgumentException
static void equals(Object expected, Object actual, String message) throws IllegalArgumentException
static void notEquals(char expected,
char actual,
String message)
throws IllegalArgumentException
static void notEquals(byte expected,
byte actual,
String message)
throws IllegalArgumentException
static void notEquals(short expected,
short actual,
String message)
throws IllegalArgumentException
static void notEquals(int expected,
int actual,
String message)
throws IllegalArgumentException
static void notEquals(long expected,
long actual,
String message)
throws IllegalArgumentException
static void notEquals(double expected,
double actual,
String message)
throws IllegalArgumentException
static void notEquals(float expected,
float actual,
String message)
throws IllegalArgumentException
static void notEquals(Object expected, Object actual, String message) throws IllegalArgumentException
static void isSame(Object expected, Object actual, String message) throws IllegalArgumentException
static void notSame(Object expected, Object actual, String message) throws IllegalArgumentException
static void isInstanceOf(Class<?> expectedType, Object actualValue, String message) throws IllegalArgumentException
static void notInstanceOf(Class<?> expectedType, Object actualValue, String message) throws IllegalArgumentException
static void isAssignable(Class<?> expectedType, Class<?> actualValue, String message) throws IllegalArgumentException
static void notAssignable(Class<?> expectedType, Class<?> actualValue, String message) throws IllegalArgumentException
static void isEmpty(CharSequence actual, String message) throws IllegalArgumentException
static void notEmpty(CharSequence actual, String message) throws IllegalArgumentException
static void isBlank(CharSequence actual, String message) throws IllegalArgumentException
static void notBlank(CharSequence actual, String message) throws IllegalArgumentException
static void equalsAny(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void notEqualsAny(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void equalsAnyIgnoreCase(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void notEqualsAnyIgnoreCase(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void containsAny(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void notContainsAny(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void containsAnyIgnoreCase(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void notContainsAnyIgnoreCase(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void startsWithAny(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void notStartsWithAny(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void endsWithAny(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void notEndsWithAny(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void startsWithAnyIgnoreCase(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void notStartsWithAnyIgnoreCase(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void endsWithAnyIgnoreCase(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void notEndsWithAnyIgnoreCase(CharSequence[] expected, CharSequence actual, String message) throws IllegalArgumentException
static void equals(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void notEquals(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void equalsIgnoreCase(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void notEqualsIgnoreCase(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void contains(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void notContains(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void containsIgnoreCase(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void notContainsIgnoreCase(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void startsWith(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void notStartsWith(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void endsWith(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void notEndsWith(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void startsWithIgnoreCase(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void notStartsWithIgnoreCase(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void endsWithIgnoreCase(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
static void notEndsWithIgnoreCase(CharSequence expected, CharSequence actual, String message) throws IllegalArgumentException
Copyright © 2024 fossc. All rights reserved.