Constant Field Values
Contents
org.assertj.*
-
org.assertj.core.api.AbstractLocalDateAssert<SELF extends AbstractLocalDateAssert<SELF>> Modifier and Type Constant Field Value public static final StringNULL_LOCAL_DATE_TIME_PARAMETER_MESSAGE"The LocalDate to compare actual with should not be null" -
org.assertj.core.api.AbstractLocalDateTimeAssert<SELF extends AbstractLocalDateTimeAssert<SELF>> Modifier and Type Constant Field Value public static final StringNULL_LOCAL_DATE_TIME_PARAMETER_MESSAGE"The LocalDateTime to compare actual with should not be null" -
org.assertj.core.api.AbstractLocalTimeAssert<SELF extends AbstractLocalTimeAssert<SELF>> Modifier and Type Constant Field Value public static final StringNULL_LOCAL_TIME_PARAMETER_MESSAGE"The LocalTime to compare actual with should not be null" -
org.assertj.core.api.AbstractOffsetDateTimeAssert<SELF extends AbstractOffsetDateTimeAssert<SELF>> Modifier and Type Constant Field Value public static final StringNULL_OFFSET_DATE_TIME_PARAMETER_MESSAGE"The OffsetDateTime to compare actual with should not be null" -
org.assertj.core.api.AbstractOffsetTimeAssert<SELF extends AbstractOffsetTimeAssert<SELF>> Modifier and Type Constant Field Value public static final StringNULL_OFFSET_TIME_PARAMETER_MESSAGE"The OffsetTime to compare actual with should not be null" -
org.assertj.core.api.AbstractZonedDateTimeAssert<SELF extends AbstractZonedDateTimeAssert<SELF>> Modifier and Type Constant Field Value public static final StringNULL_DATE_TIME_PARAMETER_MESSAGE"The ZonedDateTime to compare actual with should not be null"
-
org.assertj.core.error.ShouldBeAbsolutePath Modifier and Type Constant Field Value public static final StringSHOULD_BE_ABSOLUTE_PATH"%nExpecting:%n <%s>%nto be an absolute path." -
org.assertj.core.error.ShouldBeCanonicalPath Modifier and Type Constant Field Value public static final StringSHOULD_BE_CANONICAL"%nExpecting:%n <%s>%nto be a canonical path" -
org.assertj.core.error.ShouldBeDirectory Modifier and Type Constant Field Value public static final StringFILE_SHOULD_BE_DIRECTORY"%nExpecting file:%n <%s>%n to be an existing directory."public static final StringPATH_SHOULD_BE_DIRECTORY"%nExpecting path:%n <%s>%nto be a directory." -
org.assertj.core.error.ShouldBeNormalized Modifier and Type Constant Field Value public static final StringSHOULD_BE_NORMALIZED"Expected path:%n <%s>%nto be normalized." -
org.assertj.core.error.ShouldBeRegularFile Modifier and Type Constant Field Value public static final StringSHOULD_BE_REGULAR_FILE"%nExpecting path:%n <%s>%nto be a regular file." -
org.assertj.core.error.ShouldBeRelativePath Modifier and Type Constant Field Value public static final StringSHOULD_BE_RELATIVE_PATH"%nExpecting:%n <%s>%nto be a relative path." -
org.assertj.core.error.ShouldBeSymbolicLink Modifier and Type Constant Field Value public static final StringSHOULD_BE_SYMBOLIC_LINK"%nExpecting path:%n <%s>%nto be a symbolic link." -
org.assertj.core.error.ShouldEndWithPath Modifier and Type Constant Field Value public static final StringPATH_SHOULD_END_WITH"%nExpected path:%n <%s>%nto end with:%n <%s>%nbut it did not." -
org.assertj.core.error.ShouldExist Modifier and Type Constant Field Value public static final StringFILE_SHOULD_EXIST"%nExpecting file:%n <%s>%nto exist."public static final StringPATH_SHOULD_EXIST"%nExpecting path:%n <%s>%nto exist (symbolic links were followed)."public static final StringPATH_SHOULD_EXIST_NO_FOLLOW_LINKS"%nExpecting path:%n <%s>%nto exist (symbolic links were not followed)." -
org.assertj.core.error.ShouldHaveNoParent Modifier and Type Constant Field Value public static final StringFILE_HAS_PARENT"%nExpecting file (or directory):%n <%s>%nnot to have a parent, but parent was:%n <%s>"public static final StringPATH_HAS_PARENT"%nExpected actual path:%n <%s>%n not to have a parent, but parent was:%n <%s>" -
org.assertj.core.error.ShouldHaveParent Modifier and Type Constant Field Value public static final StringFILE_NO_PARENT"%nExpecting file%n <%s>%nto have parent:%n <%s>%nbut did not have one."public static final StringFILE_NOT_EXPECTED_PARENT"%nExpecting file%n <%s>%nto have parent:%n <%s>%nbut had:%n <%s>."public static final StringPATH_NO_PARENT"%nExpecting path%n <%s>%nto have parent:%n <%s>%nbut did not have one."public static final StringPATH_NOT_EXPECTED_PARENT"%nExpecting path%n <%s>%nto have parent:%n <%s>%nbut had:%n <%s>." -
org.assertj.core.error.ShouldNotExist Modifier and Type Constant Field Value public static final StringFILE_SHOULD_NOT_EXIST"%nExpecting file:%n <%s>%nnot to exist"public static final StringPATH_SHOULD_NOT_EXIST"%nExpecting path:%n <%s>%nnot to exist"public static final StringPATH_SHOULD_NOT_EXIST_NO_FOLLOW_LINKS"%nExpecting path:%n <%s>%nnot to exist (symbolic links were not followed)." -
org.assertj.core.error.ShouldStartWithPath Modifier and Type Constant Field Value public static final StringPATH_SHOULD_START_WITH"%nExpected path:%n <%s>%nto start with:%n <%s>%nbut it did not."
-
org.assertj.core.internal.Paths Modifier and Type Constant Field Value public static final StringIOERROR_FORMAT"I/O error attempting to process assertion for path: <%s>"
-
org.assertj.core.presentation.BinaryRepresentation Modifier and Type Constant Field Value public static final StringBYTE_PREFIX"0b" -
org.assertj.core.presentation.HexadecimalRepresentation Modifier and Type Constant Field Value public static final intNIBBLE_SIZE4public static final StringPREFIX"0x" -
org.assertj.core.presentation.StandardRepresentation Modifier and Type Constant Field Value public static final StringELEMENT_SEPARATOR","
-
org.assertj.core.util.Objects Modifier and Type Constant Field Value public static final intHASH_CODE_PRIME31 -
org.assertj.core.util.Preconditions Modifier and Type Constant Field Value public static final StringARGUMENT_EMPTY"Argument expected not to be empty!"
-
org.assertj.core.util.diff.Delta<T> Modifier and Type Constant Field Value public static final StringDEFAULT_END"]"public static final StringDEFAULT_START"["