Constant Field Values
Contents
org.assertj.*
-
org.assertj.core.api.AbstractAssert<SELF extends AbstractAssert<SELF,ACTUAL>,ACTUAL> Modifier and Type Constant Field Value private static final java.lang.StringORG_ASSERTJ"org.assert" -
org.assertj.core.api.AbstractDateAssert<SELF extends AbstractDateAssert<SELF>> Modifier and Type Constant Field Value private static final java.lang.StringDATE_FORMAT_PATTERN_SHOULD_NOT_BE_NULL"Given date format pattern should not be null"private static final java.lang.StringDATE_FORMAT_SHOULD_NOT_BE_NULL"Given date format should not be null" -
org.assertj.core.api.AbstractIterableAssert<SELF extends AbstractIterableAssert<SELF,ACTUAL,ELEMENT,ELEMENT_ASSERT>,ACTUAL extends java.lang.Iterable<? extends ELEMENT>,ELEMENT,ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT,ELEMENT>> Modifier and Type Constant Field Value private static final java.lang.StringASSERT"Assert" -
org.assertj.core.api.AbstractLocalDateAssert<SELF extends AbstractLocalDateAssert<SELF>> Modifier and Type Constant Field Value public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.StringNULL_DATE_TIME_PARAMETER_MESSAGE"The ZonedDateTime to compare actual with should not be null" -
org.assertj.core.api.ErrorCollector Modifier and Type Constant Field Value public static final java.lang.StringFIELD_NAME"errorCollector"private static final java.lang.StringINTERCEPT_METHOD_NAME"intercept" -
org.assertj.core.api.ProxifyMethodChangingTheObjectUnderTest Modifier and Type Constant Field Value public static final java.lang.StringFIELD_NAME"dispatcher" -
org.assertj.core.api.SoftAssertionError Modifier and Type Constant Field Value private static final longserialVersionUID5034494920024670595L -
org.assertj.core.api.WritableAssertionInfo Modifier and Type Constant Field Value private static final java.lang.StringEMPTY_STRING""
-
org.assertj.core.api.exception.PathsException Modifier and Type Constant Field Value private static final longserialVersionUID1L
-
org.assertj.core.api.filter.FilterOperator<T> Modifier and Type Constant Field Value private static final java.lang.StringCOMBINING_OPERATOR_IS_NOT_SUPPORTED"Combining operator is not supported, but you can use Filters, see filteredOn methods in https://www.javadoc.io/doc/org.assertj/assertj-core/latest/org/assertj/core/api/AbstractIterableAssert.html"
-
org.assertj.core.api.recursive.comparison.ComparisonDifference Modifier and Type Constant Field Value private static final java.lang.StringFIELD"field/property \'%s\'"private static final java.lang.StringTEMPLATE"%s differ:%n- actual value : %s%n- expected value : %s%s"private static final java.lang.StringTOP_LEVEL_ELEMENT_PATTERN"^\\[\\d+\\]$"private static final java.lang.StringTOP_LEVEL_ELEMENTS"Top level actual and expected objects element at index %s"private static final java.lang.StringTOP_LEVEL_OBJECTS"Top level actual and expected objects" -
org.assertj.core.api.recursive.comparison.RecursiveComparisonConfiguration Modifier and Type Constant Field Value public static final java.lang.StringINDENT_LEVEL_2" -" -
org.assertj.core.api.recursive.comparison.RecursiveComparisonDifferenceCalculator Modifier and Type Constant Field Value private static final java.lang.StringDIFFERENT_ACTUAL_AND_EXPECTED_FIELD_TYPES"expected field is %s but actual field is not (%s)"private static final java.lang.StringDIFFERENT_SIZE_ERROR"actual and expected values are %s of different size, actual size=%s when expected size=%s"private static final java.lang.StringMISSING_FIELDS"%s can\'t be compared to %s as %s does not declare all %s fields, it lacks these: %s"private static final java.lang.StringSTRICT_TYPE_ERROR"the fields are considered different since the comparison enforces strict type check and %s is not a subtype of %s"private static final java.lang.StringVALUE_FIELD_NAME"value"
-
org.assertj.core.configuration.Configuration Modifier and Type Constant Field Value public static final booleanALLOW_COMPARING_PRIVATE_FIELDStruepublic static final booleanALLOW_EXTRACTING_PRIVATE_FIELDStruepublic static final booleanBARE_NAME_PROPERTY_EXTRACTION_ENABLEDtruepublic static final booleanLENIENT_DATE_PARSINGfalsepublic static final intMAX_ELEMENTS_FOR_PRINTING1000public static final intMAX_LENGTH_FOR_SINGLE_LINE_DESCRIPTION80public static final intMAX_STACKTRACE_ELEMENTS_DISPLAYED3public static final booleanPRINT_ASSERTIONS_DESCRIPTION_ENABLEDfalsepublic static final booleanREMOVE_ASSERTJ_RELATED_ELEMENTS_FROM_STACK_TRACEtrue
-
org.assertj.core.description.JoinDescription Modifier and Type Constant Field Value private static final intDEFAULT_INDENTATION3
-
org.assertj.core.error.AnyElementShouldMatch Modifier and Type Constant Field Value private static final java.lang.StringNON_MATCHING_ELEMENT"%nExpecting any elements of:%n %s%nto match %s predicate but none did." -
org.assertj.core.error.AssertJMultipleFailuresError Modifier and Type Constant Field Value private static final longserialVersionUID1L -
org.assertj.core.error.ClassModifierShouldBe Modifier and Type Constant Field Value private static final java.lang.StringPACKAGE_PRIVATE"package-private" -
org.assertj.core.error.ElementsShouldMatch Modifier and Type Constant Field Value private static final java.lang.StringMULTIPLE_NON_MATCHING_ELEMENT"%nExpecting all elements of:%n %s%nto match %s predicate but these elements did not:%n %s"private static final java.lang.StringSINGLE_NON_MATCHING_ELEMENT"%nExpecting all elements of:%n %s%nto match %s predicate but this element did not:%n %s" -
org.assertj.core.error.GroupTypeDescription Modifier and Type Constant Field Value private static final intSPLITERATORS_CLASS_STACK_TRACE_NUM5 -
org.assertj.core.error.MultipleAssertionsError Modifier and Type Constant Field Value private static final longserialVersionUID-5547434453993413952L -
org.assertj.core.error.OptionalShouldContain Modifier and Type Constant Field Value private static final java.lang.StringEXPECTING_TO_CONTAIN"%nExpecting:%n %s%nto contain:%n %s%nbut did not."private static final java.lang.StringEXPECTING_TO_CONTAIN_SAME"%nExpecting:%n %s%nto contain the instance (i.e. compared with ==):%n %s%nbut did not." -
org.assertj.core.error.ShouldBeAbsolutePath Modifier and Type Constant Field Value public static final java.lang.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 java.lang.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 java.lang.StringFILE_SHOULD_BE_DIRECTORY"%nExpecting file:%n %s%n to be an existing directory."public static final java.lang.StringPATH_SHOULD_BE_DIRECTORY"%nExpecting path:%n %s%nto be a directory." -
org.assertj.core.error.ShouldBeEmptyDirectory Modifier and Type Constant Field Value public static final java.lang.StringSHOULD_BE_EMPTY_DIRECTORY"%nExpecting:%n %s%nto be an empty directory but it contained:%n %s" -
org.assertj.core.error.ShouldBeEqual Modifier and Type Constant Field Value private static final java.lang.StringEXPECTED_BUT_WAS_MESSAGE"%nexpected: %s%nbut was : %s"private static final java.lang.StringEXPECTED_BUT_WAS_MESSAGE_USING_COMPARATOR"%nexpected: %s%nbut was : %s%n%s" -
org.assertj.core.error.ShouldBeEqualToIgnoringFields Modifier and Type Constant Field Value private static final java.lang.StringCOMPARISON"Comparison was performed on all fields"private static final java.lang.StringEXCLUDING" but %s"private static final java.lang.StringEXPECTED_MULTIPLE"%nExpecting values:%n %s%nin fields:%n %s%nbut were:%n %s%nin %s.%n"private static final java.lang.StringEXPECTED_SINGLE"%nExpecting value %s in field %s but was %s in %s.%n" -
org.assertj.core.error.ShouldBeExecutable Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_BE_EXECUTABLE"%nExpecting:%n %s%nto be executable." -
org.assertj.core.error.ShouldBeExhausted Modifier and Type Constant Field Value public static final java.lang.StringSHOULD_BE_EXHAUSTED"%nExpecting the iterator under test to be exhausted but it contained at least another value." -
org.assertj.core.error.ShouldBeMarked Modifier and Type Constant Field Value private static final java.lang.StringEXPECTING_NOT_TO_BE_MARKED"%nExpecting %s not to be a marked but was"private static final java.lang.StringEXPECTING_TO_BE_MARKED"%nExpecting %s to be a marked but was not" -
org.assertj.core.error.ShouldBeNormalized Modifier and Type Constant Field Value public static final java.lang.StringSHOULD_BE_NORMALIZED"Expected path:%n %s%nto be normalized." -
org.assertj.core.error.ShouldBePeriod Modifier and Type Constant Field Value private static final java.lang.StringEXPECTED_PREFIX"%nExpecting Period:%n %s%nto be " -
org.assertj.core.error.ShouldBeReadable Modifier and Type Constant Field Value static final java.lang.StringSHOULD_BE_READABLE"%nExpecting:%n %s%nto be readable." -
org.assertj.core.error.ShouldBeRegularFile Modifier and Type Constant Field Value public static final java.lang.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 java.lang.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 java.lang.StringSHOULD_BE_SYMBOLIC_LINK"%nExpecting path:%n %s%nto be a symbolic link." -
org.assertj.core.error.ShouldBeWritable Modifier and Type Constant Field Value static final java.lang.StringSHOULD_BE_WRITABLE"%nExpecting:%n %s%nto be writable." -
org.assertj.core.error.ShouldEndWithPath Modifier and Type Constant Field Value public static final java.lang.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 java.lang.StringFILE_SHOULD_EXIST"%nExpecting file:%n %s%nto exist."public static final java.lang.StringPATH_SHOULD_EXIST"%nExpecting path:%n %s%nto exist (symbolic links were followed)."public static final java.lang.StringPATH_SHOULD_EXIST_NO_FOLLOW_LINKS"%nExpecting path:%n %s%nto exist (symbolic links were not followed)." -
org.assertj.core.error.ShouldHaveAllNullFields Modifier and Type Constant Field Value private static final java.lang.StringCOMPARISON"Check was performed on all fields/properties"private static final java.lang.StringDOT"."private static final java.lang.StringEXCLUDING"Check was performed on all fields/properties except: %s."private static final java.lang.StringEXPECTED_MULTIPLE"%nExpecting%n %s%nto only have null properties or fields but these were not null:%n %s.%n"private static final java.lang.StringEXPECTED_SINGLE"%nExpecting%n %s%nto only have null property or field, but %s was not null.%n" -
org.assertj.core.error.ShouldHaveDuration Modifier and Type Constant Field Value private static final java.lang.StringEXPECTED_PREFIX"%nExpecting Duration:%n %s%nto have %s " -
org.assertj.core.error.ShouldHaveName Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_NAME"%nExpecting%n %s%nto have name:%n %s%nbut had:%n %s" -
org.assertj.core.error.ShouldHaveNext Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_NEXT"%nExpecting the iterator under test to contain another value but did not." -
org.assertj.core.error.ShouldHaveNoNullFields Modifier and Type Constant Field Value private static final java.lang.StringCOMPARISON"Check was performed on all fields/properties"private static final java.lang.StringDOT"."private static final java.lang.StringEXCLUDING"Check was performed on all fields/properties except: %s"private static final java.lang.StringEXPECTED_MULTIPLE"%nExpecting%n %s%nto have a property or a field named %s.%n"private static final java.lang.StringEXPECTED_SINGLE"%nExpecting%n %s%nnot to have any null property or field, but %s was null.%n" -
org.assertj.core.error.ShouldHaveNoParent Modifier and Type Constant Field Value public static final java.lang.StringFILE_HAS_PARENT"%nExpecting file (or directory):%n %s%nnot to have a parent, but parent was:%n %s"public static final java.lang.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 java.lang.StringFILE_NO_PARENT"%nExpecting file%n %s%nto have parent:%n %s%nbut did not have one."public static final java.lang.StringFILE_NOT_EXPECTED_PARENT"%nExpecting file%n %s%nto have parent:%n %s%nbut had:%n %s."public static final java.lang.StringPATH_NO_PARENT"%nExpecting path%n %s%nto have parent:%n %s%nbut did not have one."public static final java.lang.StringPATH_NOT_EXPECTED_PARENT"%nExpecting path%n %s%nto have parent:%n %s%nbut had:%n %s." -
org.assertj.core.error.ShouldHavePeriod Modifier and Type Constant Field Value private static final java.lang.StringEXPECTED_PREFIX"%nExpecting Period:%n %s%nto have %s " -
org.assertj.core.error.ShouldHaveReference Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_REFERENCE"%nExpecting%n %s%nto have reference:%n %s%nbut had:%n %s" -
org.assertj.core.error.ShouldHaveSize Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_FILE_SIZE"%nExpecting file%n %s%nto have a size of:%n %s bytes%nbut had:%n %s bytes" -
org.assertj.core.error.ShouldHaveStamp Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_STAMP"%nExpecting%n %s%nto have stamp:%n %s%nbut had:%n %s" -
org.assertj.core.error.ShouldHaveValue Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_VALUE"%nExpecting %s to have value:%n %s%nbut had:%n %s%nto update target object:%n %s"private static final java.lang.StringSHOULD_HAVE_VALUE_BUT_DID_NOT"%nExpecting %s to have value:%n %s%nbut did not." -
org.assertj.core.error.ShouldNotExist Modifier and Type Constant Field Value public static final java.lang.StringFILE_SHOULD_NOT_EXIST"%nExpecting file:%n %s%nnot to exist"public static final java.lang.StringPATH_SHOULD_NOT_EXIST"%nExpecting path:%n %s%nnot to exist" -
org.assertj.core.error.ShouldSatisfy Modifier and Type Constant Field Value public static final java.lang.StringCONDITION_SHOULD_BE_SATISFIED"%nExpecting:%n %s%nto satisfy:%n %s"public static final java.lang.StringCONSUMERS_SHOULD_BE_SATISFIED_IN_ANY_ORDER"%nExpecting:%n %s%nto satisfy all the consumers in any order."public static final java.lang.StringCONSUMERS_SHOULD_NOT_BE_NULL"The Consumer<? super E>... expressing the assertions consumers must not be null" -
org.assertj.core.error.ShouldStartWithPath Modifier and Type Constant Field Value public static final java.lang.StringPATH_SHOULD_START_WITH"%nExpected path:%n %s%nto start with:%n %s%nbut it did not." -
org.assertj.core.error.SubarraysShouldHaveSameSize Modifier and Type Constant Field Value private static final java.lang.StringMESSAGE"%nactual and expected 2d arrays should be deeply equal but rows at index %s differ:%nactual[%s] size is %s and expected[%s] is %s.%nactual[%s] was:%n %s%nexpected[%s] was:%n %s%nactual was:%n %s%nexpected was:%n %s"
-
org.assertj.core.error.array2d.Array2dElementShouldBeDeepEqual Modifier and Type Constant Field Value private static final java.lang.StringMESSAGE"%nactual and expected 2d arrays should be deeply equal but element[%s, %s] differ:%nactual[%s, %s] was:%n %s%nwhile expected[%s, %s] was:%n %s"
-
org.assertj.core.error.future.ShouldBeCancelled Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_BE_CANCELLED"%nExpecting%n <%s>%nto be cancelled.%nBe 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" -
org.assertj.core.error.future.ShouldBeCompleted Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_BE_COMPLETED"%nExpecting%n <%s>%nto be completed.%nBe 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" -
org.assertj.core.error.future.ShouldBeCompletedExceptionally Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_COMPLETED_EXCEPTIONALLY"%nExpecting%n <%s>%nto be completed exceptionally.%nBe 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" -
org.assertj.core.error.future.ShouldBeCompletedWithin Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_BE_COMPLETED_WITHIN"%nExpecting%n <%s>%nto be completed within %s %s.%n%nexception caught while trying to get the future result: "private static final java.lang.StringSHOULD_BE_COMPLETED_WITHIN_DURATION"%nExpecting%n <%s>%nto be completed within %s.%n%nexception caught while trying to get the future result: " -
org.assertj.core.error.future.ShouldBeDone Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_BE_DONE"%nExpecting%n <%s>%nto be done.%nBe 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" -
org.assertj.core.error.future.ShouldHaveFailed Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_FAILED"%nExpecting%n <%s>%nto have failed (i.e. completed exceptionally and not cancelled).%nBe 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" -
org.assertj.core.error.future.ShouldHaveFailedWithin Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_FAILED_WITHIN"%nExpecting%n <%s>%nto have failed within %s %s.%nBe 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"private static final java.lang.StringSHOULD_HAVE_FAILED_WITHIN_DURATION"%nExpecting%n <%s>%nto have failed within %s.%nBe 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" -
org.assertj.core.error.future.ShouldNotBeCancelled Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_NOT_BE_CANCELLED"%nExpecting%n <%s>%nnot to be cancelled.%nBe 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" -
org.assertj.core.error.future.ShouldNotBeCompleted Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_NOT_BE_COMPLETED"%nExpecting%n <%s>%nnot to be completed.%nBe 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" -
org.assertj.core.error.future.ShouldNotBeCompletedExceptionally Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_NOT_HAVE_COMPLETED_EXCEPTIONALLY"%nExpecting%n <%s>%nto not be completed exceptionally.%nBe 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" -
org.assertj.core.error.future.ShouldNotBeDone Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_NOT_BE_DONE"%nExpecting%n <%s>%nnot to be done.%nBe 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" -
org.assertj.core.error.future.ShouldNotHaveFailed Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_NOT_HAVE_FAILED"%nExpecting%n <%s>%nto not have failed.%nBe 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" -
org.assertj.core.error.future.Warning Modifier and Type Constant Field Value public static final java.lang.StringWARNING"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"
-
org.assertj.core.error.uri.ShouldBeEqualToWithSortedQueryParameters Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_BE_EQUAL_TO_WITH_SORTED_QUERY_PARAMETERS"%nExpecting URL to be:%n <%s>%nbut was:%n <%s>%nafter sorting parameters" -
org.assertj.core.error.uri.ShouldHaveAnchor Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_ANCHOR"%nExpecting anchor of%n <%s>%nto be:%n <%s>%nbut was:%n <%s>"private static final java.lang.StringSHOULD_NOT_HAVE_ANCHOR"%nExpecting:%n <%s>%nnot to have an anchor but had:%n <%s>" -
org.assertj.core.error.uri.ShouldHaveAuthority Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_AUTHORITY"%nExpecting authority of%n <%s>%nto be:%n <%s>%nbut was:%n <%s>" -
org.assertj.core.error.uri.ShouldHaveHost Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_HOST"%nExpecting host of%n <%s>%nto be:%n <%s>%nbut was:%n <%s>" -
org.assertj.core.error.uri.ShouldHaveParameter Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_NO_PARAMETER_BUT_HAD_MULTIPLE_VALUES"%nExpecting:%n <%s>%nnot to have parameter:%n <%s>%nbut parameter was present with values:%n <%s>"private static final java.lang.StringSHOULD_HAVE_NO_PARAMETER_BUT_HAD_ONE_VALUE"%nExpecting:%n <%s>%nnot to have parameter:%n <%s>%nbut parameter was present with value:%n <%s>"private static final java.lang.StringSHOULD_HAVE_NO_PARAMETER_BUT_HAD_ONE_WITHOUT_VALUE"%nExpecting:%n <%s>%nnot to have parameter:%n <%s>%nbut parameter was present with no value"private static final java.lang.StringSHOULD_HAVE_NO_PARAMETER_WITH_GIVEN_VALUE_BUT_FOUND_ONE"%nExpecting:%n <%s>%nnot to have parameter:%n <%s>%nwith value:%n <%s>%nbut did"private static final java.lang.StringSHOULD_HAVE_NO_PARAMETER_WITHOUT_VALUE_BUT_FOUND_ONE"%nExpecting:%n <%s>%nnot to have parameter:%n <%s>%nwith no value, but did"private static final java.lang.StringSHOULD_HAVE_NO_PARAMETERS"%nExpecting:%n <%s>%nnot to have any parameters but found:%n <%s>"private static final java.lang.StringSHOULD_HAVE_PARAMETER_BUT_WAS_MISSING"%nExpecting:%n <%s>%nto have parameter:%n <%s>%nbut was missing"private static final java.lang.StringSHOULD_HAVE_PARAMETER_VALUE_BUT_HAD_WRONG_VALUE"%nExpecting:%n <%s>%nto have parameter:%n <%s>%nwith value:%n <%s>%nbut had value:%n <%s>"private static final java.lang.StringSHOULD_HAVE_PARAMETER_VALUE_BUT_HAD_WRONG_VALUES"%nExpecting:%n <%s>%nto have parameter:%n <%s>%nwith value:%n <%s>%nbut had values:%n <%s>"private static final java.lang.StringSHOULD_HAVE_PARAMETER_WITH_VALUE_BUT_HAD_NO_VALUE"%nExpecting:%n <%s>%nto have parameter:%n <%s>%nwith value:%n <%s>%nbut parameter had no value"private static final java.lang.StringSHOULD_HAVE_PARAMETER_WITH_VALUE_BUT_PARAMETER_WAS_MISSING"%nExpecting:%n <%s>%nto have parameter:%n <%s>%nwith value:%n <%s>%nbut parameter was missing"private static final java.lang.StringSHOULD_HAVE_PARAMETER_WITHOUT_VALUE_BUT_HAD_VALUE"%nExpecting:%n <%s>%nto have parameter:%n <%s>%nwith no value, but parameter had value:%n <%s>"private static final java.lang.StringSHOULD_HAVE_PARAMETER_WITHOUT_VALUE_BUT_HAD_VALUES"%nExpecting:%n <%s>%nto have parameter:%n <%s>%nwith no value, but parameter had values:%n <%s>"private static final java.lang.StringSHOULD_HAVE_PARAMETER_WITHOUT_VALUE_BUT_PARAMETER_WAS_MISSING"%nExpecting:%n <%s>%nto have parameter:%n <%s>%nwith no value, but parameter was missing" -
org.assertj.core.error.uri.ShouldHavePath Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_PATH"%nExpecting path of%n <%s>%nto be:%n <%s>%nbut was:%n <%s>"private static final java.lang.StringSHOULD_NOT_HAVE_PATH"%nExpecting:%n <%s>%nnot to have a path but had:%n <%s>" -
org.assertj.core.error.uri.ShouldHavePort Modifier and Type Constant Field Value private static final intNO_PORT-1private static final java.lang.StringSHOULD_HAVE_NO_PORT"%nExpecting:%n <%s>%nnot to have a port but had:%n <%s>"private static final java.lang.StringSHOULD_HAVE_PORT"%nExpecting port of%n <%s>%nto be:%n <%s>%nbut was:%n <%s>" -
org.assertj.core.error.uri.ShouldHaveQuery Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_QUERY"%nExpecting query of%n <%s>%nto be:%n <%s>%nbut was:%n <%s>"private static final java.lang.StringSHOULD_NOT_HAVE_QUERY"%nExpecting:%n <%s>%nnot to have a query but had:%n <%s>" -
org.assertj.core.error.uri.ShouldHaveUserInfo Modifier and Type Constant Field Value private static final java.lang.StringSHOULD_HAVE_NO_USER_INFO"%nExpecting:%n <%s>%nnot to have user info but had:%n <%s>"private static final java.lang.StringSHOULD_HAVE_USER_INFO"%nExpecting user info of%n <%s>%nto be:%n <%s>%nbut was:%n <%s>"
-
org.assertj.core.internal.BinaryDiffResult Modifier and Type Constant Field Value private static final intEOF-1 -
org.assertj.core.internal.ComparatorBasedComparisonStrategy Modifier and Type Constant Field Value static final intNOT_EQUAL-1 -
org.assertj.core.internal.DeepDifference Modifier and Type Constant Field Value private static final java.lang.StringMISSING_FIELDS"%s can\'t be compared to %s as %s does not declare all %s fields, it lacks these:%s" -
org.assertj.core.internal.Digests Modifier and Type Constant Field Value private static final intBUFFER_SIZE8192 -
org.assertj.core.internal.Files Modifier and Type Constant Field Value private static final java.lang.StringUNABLE_TO_COMPARE_FILE_CONTENTS"Unable to compare contents of files:<%s> and:<%s>" -
org.assertj.core.internal.InputStreamsException Modifier and Type Constant Field Value private static final longserialVersionUID1L -
org.assertj.core.internal.Paths Modifier and Type Constant Field Value private static final java.lang.StringFAILED_TO_RESOLVE_ACTUAL_REAL_PATH"failed to resolve actual real path"private static final java.lang.StringFAILED_TO_RESOLVE_ARGUMENT_REAL_PATH"failed to resolve argument real path"public static final java.lang.StringIOERROR_FORMAT"I/O error attempting to process assertion for path: <%s>"private static final java.lang.StringUNABLE_TO_COMPARE_PATH_CONTENTS"Unable to compare contents of paths:<%s> and:<%s>" -
org.assertj.core.internal.Spliterators Modifier and Type Constant Field Value private static final java.lang.StringSPLITERATOR_CONCURRENT"CONCURRENT"private static final java.lang.StringSPLITERATOR_DISTINCT"DISTINCT"private static final java.lang.StringSPLITERATOR_IMMUTABLE"IMMUTABLE"private static final java.lang.StringSPLITERATOR_NONNULL"NONNULL"private static final java.lang.StringSPLITERATOR_ORDERED"ORDERED"private static final java.lang.StringSPLITERATOR_SIZED"SIZED"private static final java.lang.StringSPLITERATOR_SORTED"SORTED"private static final java.lang.StringSPLITERATOR_SUBSIZED"SUBSIZED" -
org.assertj.core.internal.Strings Modifier and Type Constant Field Value private static final java.lang.StringPUNCTUATION_REGEX"\\p{Punct}" -
org.assertj.core.internal.TypeComparators Modifier and Type Constant Field Value private static final doubleDOUBLE_COMPARATOR_PRECISION1.0E-15private static final floatFLOAT_COMPARATOR_PRECISION9.999999974752427E-7f -
org.assertj.core.internal.Uris Modifier and Type Constant Field Value private static final java.lang.StringAND"&"private static final java.lang.StringEQUAL"="private static final java.lang.StringUTF_8"UTF-8"
-
org.assertj.core.presentation.BinaryRepresentation Modifier and Type Constant Field Value public static final java.lang.StringBYTE_PREFIX"0b" -
org.assertj.core.presentation.HexadecimalRepresentation Modifier and Type Constant Field Value public static final intNIBBLE_SIZE4public static final java.lang.StringPREFIX"0x" -
org.assertj.core.presentation.org.assertj.core.presentation.NumberGrouping Modifier and Type Constant Field Value private static final java.lang.StringUNDERSCORE_SEPARATOR"_" -
org.assertj.core.presentation.PredicateDescription Modifier and Type Constant Field Value private static final java.lang.StringDEFAULT"given" -
org.assertj.core.presentation.StandardRepresentation Modifier and Type Constant Field Value private static final java.lang.StringDEFAULT_END"]"private static final java.lang.StringDEFAULT_MAX_ELEMENTS_EXCEEDED"..."private static final java.lang.StringDEFAULT_START"["public static final java.lang.StringELEMENT_SEPARATOR","static final java.lang.StringINDENTATION_AFTER_NEWLINE" "static final java.lang.StringINDENTATION_FOR_SINGLE_LINE" "private static final java.lang.StringNULL"null"private static final java.lang.StringTUPLE_END")"private static final java.lang.StringTUPLE_START"("
-
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 java.lang.StringARGUMENT_EMPTY"Argument expected not to be empty!" -
org.assertj.core.util.Throwables Modifier and Type Constant Field Value private static final java.lang.StringJAVA_LANG_REFLECT_CONSTRUCTOR"java.lang.reflect.Constructor"private static final java.lang.StringORG_ASSERTJ"org.assert"private static final java.lang.StringORG_ASSERTJ_CORE_ERROR_CONSTRUCTOR_INVOKER"org.assertj.core.error.ConstructorInvoker"
-
org.assertj.core.util.diff.Delta<T> Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_END"]"public static final java.lang.StringDEFAULT_START"[" -
org.assertj.core.util.diff.DeltaComparator Modifier and Type Constant Field Value private static final longserialVersionUID1L
-
org.assertj.core.util.introspection.FieldSupport Modifier and Type Constant Field Value private static final java.lang.StringBOOLEAN"boolean"private static final java.lang.StringBYTE"byte"private static final java.lang.StringCHAR"char"private static final java.lang.StringDOUBLE"double"private static final java.lang.StringFLOAT"float"private static final java.lang.StringINT"int"private static final java.lang.StringLONG"long"private static final java.lang.StringSEPARATOR"."private static final java.lang.StringSHORT"short" -
org.assertj.core.util.introspection.IntrospectionError Modifier and Type Constant Field Value private static final longserialVersionUID1L -
org.assertj.core.util.introspection.org.assertj.core.util.introspection.MemberUtils Modifier and Type Constant Field Value private static final intACCESS_TEST7 -
org.assertj.core.util.introspection.MethodSupport Modifier and Type Constant Field Value private static final java.lang.StringMETHOD_HAS_NO_RETURN_VALUE"Method \'%s\' in class %s.class has to return a value!"private static final java.lang.StringMETHOD_NOT_FOUND"Can\'t find method \'%s\' in class %s.class. Make sure public method exists and accepts no arguments!" -
org.assertj.core.util.introspection.PropertyOrFieldSupport Modifier and Type Constant Field Value private static final java.lang.StringSEPARATOR"." -
org.assertj.core.util.introspection.PropertySupport Modifier and Type Constant Field Value private static final java.lang.StringSEPARATOR"."
-
org.assertj.core.util.xml.XmlStringPrettyFormatter Modifier and Type Constant Field Value private static final java.lang.StringFORMAT_ERROR"Unable to format XML string"