| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NULL_LOCAL_DATE_TIME_PARAMETER_MESSAGE |
"The LocalDate to compare actual with should not be null" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NULL_LOCAL_DATE_TIME_PARAMETER_MESSAGE |
"The LocalDateTime to compare actual with should not be null" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NULL_LOCAL_TIME_PARAMETER_MESSAGE |
"The LocalTime to compare actual with should not be null" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NULL_OFFSET_DATE_TIME_PARAMETER_MESSAGE |
"The OffsetDateTime to compare actual with should not be null" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NULL_OFFSET_TIME_PARAMETER_MESSAGE |
"The OffsetTime to compare actual with should not be null" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NULL_DATE_TIME_PARAMETER_MESSAGE |
"The ZonedDateTime to compare actual with should not be null" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FIELD_NAME |
"errorCollector" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FIELD_NAME |
"dispatcher" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_TEMPLATE |
"%s differ:%n- actual value : %s%n- expected value: %s%s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INDENT_LEVEL_2 |
" -" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
PREFIX_DELIMITER |
":[" |
protected static final String |
SUFFIX_DELIMITER |
"]" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
ALLOW_COMPARING_PRIVATE_FIELDS |
true |
public static final boolean |
ALLOW_EXTRACTING_PRIVATE_FIELDS |
true |
public static final boolean |
BARE_NAME_PROPERTY_EXTRACTION_ENABLED |
true |
public static final boolean |
LENIENT_DATE_PARSING |
false |
public static final int |
MAX_ELEMENTS_FOR_PRINTING |
1000 |
public static final int |
MAX_LENGTH_FOR_SINGLE_LINE_DESCRIPTION |
80 |
public static final int |
MAX_STACKTRACE_ELEMENTS_DISPLAYED |
3 |
public static final boolean |
PRINT_ASSERTIONS_DESCRIPTION_ENABLED |
false |
public static final boolean |
REMOVE_ASSERTJ_RELATED_ELEMENTS_FROM_STACK_TRACE |
true |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SHOULD_BE_ABSOLUTE_PATH |
"%nExpecting actual:%n %s%nto be an absolute path." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SHOULD_BE_CANONICAL |
"%nExpecting actual:%n %s%nto be a canonical path" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILE_SHOULD_BE_DIRECTORY |
"%nExpecting file:%n %s%n to be an existing directory." |
public static final String |
PATH_SHOULD_BE_DIRECTORY |
"%nExpecting path:%n %s%nto be a directory." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SHOULD_BE_EMPTY_DIRECTORY |
"%nExpecting actual:%n %s%nto be an empty directory but it contained:%n %s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SHOULD_BE_EXHAUSTED |
"%nExpecting the iterator under test to be exhausted but it contained at least another value." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SHOULD_BE_NORMALIZED |
"Expected path:%n %s%nto be normalized." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SHOULD_BE_REGULAR_FILE |
"%nExpecting path:%n %s%nto be a regular file." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SHOULD_BE_RELATIVE_PATH |
"%nExpecting actual:%n %s%nto be a relative path." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SHOULD_BE_SYMBOLIC_LINK |
"%nExpecting path:%n %s%nto be a symbolic link." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PATH_SHOULD_END_WITH |
"%nExpected path:%n %s%nto end with:%n %s%nbut it did not." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILE_SHOULD_EXIST |
"%nExpecting file:%n %s%nto exist." |
public static final String |
PATH_SHOULD_EXIST |
"%nExpecting path:%n %s%nto exist (symbolic links were followed)." |
public static final String |
PATH_SHOULD_EXIST_NO_FOLLOW_LINKS |
"%nExpecting path:%n %s%nto exist (symbolic links were not followed)." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILE_HAS_PARENT |
"%nExpecting file (or directory):%n %s%nnot to have a parent, but parent was:%n %s" |
public static final String |
PATH_HAS_PARENT |
"%nExpected actual path:%n %s%n not to have a parent, but parent was:%n %s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILE_NO_PARENT |
"%nExpecting file%n %s%nto have parent:%n %s%nbut did not have one." |
public static final String |
FILE_NOT_EXPECTED_PARENT |
"%nExpecting file%n %s%nto have parent:%n %s%nbut had:%n %s." |
public static final String |
PATH_NO_PARENT |
"%nExpecting path%n %s%nto have parent:%n %s%nbut did not have one." |
public static final String |
PATH_NOT_EXPECTED_PARENT |
"%nExpecting path%n %s%nto have parent:%n %s%nbut had:%n %s." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILE_SHOULD_NOT_EXIST |
"%nExpecting file:%n %s%nnot to exist" |
public static final String |
PATH_SHOULD_NOT_EXIST |
"%nExpecting path:%n %s%nnot to exist" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONDITION_SHOULD_BE_SATISFIED |
"%nExpecting actual:%n %s%nto satisfy:%n %s" |
public static final String |
CONSUMERS_SHOULD_BE_SATISFIED_IN_ANY_ORDER |
"%nExpecting actual:%n %s%nto satisfy all the consumers in any order." |
public static final String |
CONSUMERS_SHOULD_NOT_BE_NULL |
"The Consumer<? super E>... expressing the assertions consumers must not be null" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PATH_SHOULD_START_WITH |
"%nExpected path:%n %s%nto start with:%n %s%nbut it did not." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
WARNING |
"Be aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BYTE_PREFIX |
"0b" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
NIBBLE_SIZE |
4 |
public static final String |
PREFIX |
"0x" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_PRIORITY |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ELEMENT_SEPARATOR |
"," |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
HASH_CODE_PRIME |
31 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ARGUMENT_EMPTY |
"Argument expected not to be empty!" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_END |
"]" |
public static final String |
DEFAULT_START |
"[" |
Copyright © 2025. All rights reserved.