Constant Field Values

Contents

org.assertj.*

  • org.assertj.core.api.filter.FilterOperator<T> 
    Modifier and Type Constant Field Value
    private static final java.lang.String COMBINING_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.assertion.RecursiveAssertionDriver 
    Modifier and Type Constant Field Value
    private static final java.lang.String INDEX_FORMAT "[%d]"
    private static final java.lang.String KEY_FORMAT "KEY[%s]"
    private static final java.lang.String NULL "null"
    private static final java.lang.String VALUE_FORMAT "VAL[%s]"
  • org.assertj.core.condition.Join<T> 
    Modifier and Type Constant Field Value
    protected static final java.lang.String PREFIX_DELIMITER ":["
    protected static final java.lang.String SUFFIX_DELIMITER "]"
  • org.assertj.core.error.AnyElementShouldMatch 
    Modifier and Type Constant Field Value
    private static final java.lang.String NON_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 long serialVersionUID 1L
  • org.assertj.core.error.ClassModifierShouldBe 
    Modifier and Type Constant Field Value
    private static final java.lang.String PACKAGE_PRIVATE "package-private"
  • org.assertj.core.error.ElementsShouldMatch 
    Modifier and Type Constant Field Value
    private static final java.lang.String MULTIPLE_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.String SINGLE_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 int SPLITERATORS_CLASS_STACK_TRACE_NUM 5
  • org.assertj.core.error.MultipleAssertionsError 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -5547434453993413952L
  • org.assertj.core.error.OptionalShouldContain 
    Modifier and Type Constant Field Value
    private static final java.lang.String EXPECTING_TO_CONTAIN "%nExpecting actual:%n %s%nto contain:%n %s%nbut did not."
    private static final java.lang.String EXPECTING_TO_CONTAIN_SAME "%nExpecting actual:%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.String SHOULD_BE_ABSOLUTE_PATH "%nExpecting actual:%n %s%nto be an absolute path."
  • org.assertj.core.error.ShouldBeCanonicalPath 
    Modifier and Type Constant Field Value
    public static final java.lang.String SHOULD_BE_CANONICAL "%nExpecting actual:%n %s%nto be a canonical path"
  • org.assertj.core.error.ShouldBeDirectory 
    Modifier and Type Constant Field Value
    public static final java.lang.String FILE_SHOULD_BE_DIRECTORY "%nExpecting file:%n %s%n to be an existing directory."
    public static final java.lang.String PATH_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.String SHOULD_BE_EMPTY_DIRECTORY "%nExpecting actual:%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.String EXPECTED_BUT_WAS_MESSAGE "%nexpected: %s%n but was: %s"
    private static final java.lang.String EXPECTED_BUT_WAS_MESSAGE_USING_COMPARATOR "%nexpected: %s%n but was: %s%n%s"
  • org.assertj.core.error.ShouldBeEqualToIgnoringFields 
    Modifier and Type Constant Field Value
    private static final java.lang.String COMPARISON "Comparison was performed on all fields"
    private static final java.lang.String EXCLUDING " but %s"
    private static final java.lang.String EXPECTED_MULTIPLE "%nExpecting values:%n %s%nin fields:%n %s%nbut were:%n %s%nin %s.%n"
    private static final java.lang.String EXPECTED_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.String SHOULD_BE_EXECUTABLE "%nExpecting actual:%n %s%nto be executable."
  • org.assertj.core.error.ShouldBeExhausted 
    Modifier and Type Constant Field Value
    public static final java.lang.String SHOULD_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.String EXPECTING_NOT_TO_BE_MARKED "%nExpecting %s not to be a marked but was"
    private static final java.lang.String EXPECTING_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.String SHOULD_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.String EXPECTED_PREFIX "%nExpecting Period:%n %s%nto be "
  • org.assertj.core.error.ShouldBeReadable 
    Modifier and Type Constant Field Value
    static final java.lang.String SHOULD_BE_READABLE "%nExpecting actual:%n %s%nto be readable."
  • org.assertj.core.error.ShouldBeRegularFile 
    Modifier and Type Constant Field Value
    public static final java.lang.String SHOULD_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.String SHOULD_BE_RELATIVE_PATH "%nExpecting actual:%n %s%nto be a relative path."
  • org.assertj.core.error.ShouldBeSymbolicLink 
    Modifier and Type Constant Field Value
    public static final java.lang.String SHOULD_BE_SYMBOLIC_LINK "%nExpecting path:%n %s%nto be a symbolic link."
  • org.assertj.core.error.ShouldBeUnmodifiable 
    Modifier and Type Constant Field Value
    private static final java.lang.String UNEXPECTED_FAILURE_PATTERN "%nExpecting actual to be unmodifiable, but invoking%n %s%nthrown%n %s%ninstead of java.lang.UnsupportedOperationException"
    private static final java.lang.String UNEXPECTED_SUCCESS_PATTERN "%nExpecting actual to be unmodifiable, but invoking%n %s%nsucceeded instead of throwing java.lang.UnsupportedOperationException"
  • org.assertj.core.error.ShouldBeWritable 
    Modifier and Type Constant Field Value
    static final java.lang.String SHOULD_BE_WRITABLE "%nExpecting actual:%n %s%nto be writable."
  • org.assertj.core.error.ShouldContainAnyOf 
    Modifier and Type Constant Field Value
    private static final java.lang.String DEFAULT_FORMAT "%nExpecting actual:%n %s%nto contain at least one of the following elements:%n %s%nbut none were found"
    private static final java.lang.String FORMAT_WITH_COMPARISON_STRATEGY "%nExpecting actual:%n %s%nto contain at least one of the following elements:%n %s%nbut none were found %s"
  • org.assertj.core.error.ShouldEndWithPath 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH_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.String FILE_SHOULD_EXIST "%nExpecting file:%n %s%nto exist."
    public static final java.lang.String PATH_SHOULD_EXIST "%nExpecting path:%n %s%nto exist (symbolic links were followed)."
    public static final java.lang.String PATH_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.String COMPARISON "Check was performed on all fields/properties"
    private static final java.lang.String DOT "."
    private static final java.lang.String EXCLUDING "Check was performed on all fields/properties except: %s."
    private static final java.lang.String EXPECTED_MULTIPLE "%nExpecting%n %s%nto only have null properties or fields but these were not null:%n %s.%n"
    private static final java.lang.String EXPECTED_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.String EXPECTED_PREFIX "%nExpecting Duration:%n %s%nto have %s "
  • org.assertj.core.error.ShouldHaveFileSystem 
    Modifier and Type Constant Field Value
    private static final java.lang.String PATH_SHOULD_HAVE_FILE_SYSTEM "%nExpecting path:%n %s%nto have file system:%n %s"
  • org.assertj.core.error.ShouldHaveName 
    Modifier and Type Constant Field Value
    private static final java.lang.String SHOULD_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.String SHOULD_HAVE_NEXT "%nExpecting the iterator under test to contain another value but did not."
  • org.assertj.core.error.ShouldHaveNoExtension 
    Modifier and Type Constant Field Value
    private static final java.lang.String FILE_HAS_EXTENSION "%nExpected actual file:%n %s%n not to have an extension, but extension was: %s"
    private static final java.lang.String PATH_HAS_EXTENSION "%nExpected actual path:%n %s%n not to have an extension, but extension was: %s"
  • org.assertj.core.error.ShouldHaveNoNullFields 
    Modifier and Type Constant Field Value
    private static final java.lang.String COMPARISON "Check was performed on all fields/properties"
    private static final java.lang.String DOT "."
    private static final java.lang.String EXCLUDING "Check was performed on all fields/properties except: %s"
    private static final java.lang.String EXPECTED_MULTIPLE "%nExpecting%n %s%nto have a property or a field named %s.%n"
    private static final java.lang.String EXPECTED_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.String FILE_HAS_PARENT "%nExpecting file (or directory):%n %s%nnot to have a parent, but parent was:%n %s"
    public static final java.lang.String PATH_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.String FILE_NO_PARENT "%nExpecting file%n %s%nto have parent:%n %s%nbut did not have one."
    public static final java.lang.String FILE_NOT_EXPECTED_PARENT "%nExpecting file%n %s%nto have parent:%n %s%nbut had:%n %s."
    public static final java.lang.String PATH_NO_PARENT "%nExpecting path%n %s%nto have parent:%n %s%nbut did not have one."
    public static final java.lang.String PATH_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.String EXPECTED_PREFIX "%nExpecting Period:%n %s%nto have %s "
  • org.assertj.core.error.ShouldHaveReference 
    Modifier and Type Constant Field Value
    private static final java.lang.String SHOULD_HAVE_REFERENCE "%nExpecting%n %s%nto have reference:%n %s%nbut had:%n %s"
  • org.assertj.core.error.ShouldHaveSameFileSystemAs 
    Modifier and Type Constant Field Value
    private static final java.lang.String PATH_SHOULD_HAVE_SAME_FILE_SYSTEM_AS_PATH "%nExpecting path:%n %s%nto have the same file system as path:%n %s"
  • org.assertj.core.error.ShouldHaveSize 
    Modifier and Type Constant Field Value
    private static final java.lang.String SHOULD_HAVE_FILE_SIZE "%nExpecting file%n %s%nto have a size of:%n %s bytes%nbut had:%n %s bytes"
    private static final java.lang.String SHOULD_HAVE_PATH_SIZE "%nExpecting path%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.String SHOULD_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.String SHOULD_HAVE_VALUE "%nExpecting %s to have value:%n %s%nbut had:%n %s%nto update target object:%n %s"
    private static final java.lang.String SHOULD_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.String FILE_SHOULD_NOT_EXIST "%nExpecting file:%n %s%nnot to exist"
    public static final java.lang.String PATH_SHOULD_NOT_EXIST "%nExpecting path:%n %s%nnot to exist"
  • org.assertj.core.error.ShouldNotSatisfyPredicateRecursively 
    Modifier and Type Constant Field Value
    private static final java.lang.String INDENT " "
  • org.assertj.core.error.ShouldSatisfy 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONDITION_SHOULD_BE_SATISFIED "%nExpecting actual:%n %s%nto satisfy:%n %s"
    public static final java.lang.String CONSUMERS_SHOULD_BE_SATISFIED_IN_ANY_ORDER "%nExpecting actual:%n %s%nto satisfy all the consumers in any order."
    public static final java.lang.String CONSUMERS_SHOULD_NOT_BE_NULL "The Consumer<? super E>... expressing the assertions consumers must not be null"
  • org.assertj.core.error.ShouldSatisfyOnlyOnce 
    Modifier and Type Constant Field Value
    private static final java.lang.String MORE_THAN_ONE_ELEMENT_SATISFIED_REQUIREMENTS "%nExpecting exactly one element of actual:%n %s%nto satisfy the requirements but these %s elements did:%n %s"
    private static final java.lang.String NO_ELEMENT_SATISFIED_REQUIREMENTS "%nExpecting exactly one element of actual:%n %s%nto satisfy the requirements but none did"
  • org.assertj.core.error.ShouldStartWithPath 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH_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.String MESSAGE "%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.String MESSAGE "%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.String SHOULD_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.String SHOULD_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.String SHOULD_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.String SHOULD_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.String SHOULD_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.String SHOULD_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.String SHOULD_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.String SHOULD_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.String SHOULD_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.String SHOULD_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.String SHOULD_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.String SHOULD_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.String SHOULD_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.String SHOULD_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.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"
  • org.assertj.core.util.diff.Delta<T> 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_END "]"
    public static final java.lang.String DEFAULT_START "["
  • org.assertj.core.util.diff.DeltaComparator 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.assertj.core.util.introspection.CaseFormatUtils 
    Modifier and Type Constant Field Value
    private static final java.lang.String WORD_SEPARATOR_REGEX "[ _-]"
  • org.assertj.core.util.introspection.FieldSupport 
    Modifier and Type Constant Field Value
    private static final java.lang.String BOOLEAN "boolean"
    private static final java.lang.String BYTE "byte"
    private static final java.lang.String CHAR "char"
    private static final java.lang.String DOUBLE "double"
    private static final java.lang.String FLOAT "float"
    private static final java.lang.String INT "int"
    private static final java.lang.String LONG "long"
    private static final java.lang.String SEPARATOR "."
    private static final java.lang.String SHORT "short"
  • org.assertj.core.util.introspection.IntrospectionError 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.assertj.core.util.introspection.org.assertj.core.util.introspection.MemberUtils 
    Modifier and Type Constant Field Value
    private static final int ACCESS_TEST 7
  • org.assertj.core.util.introspection.MethodSupport 
    Modifier and Type Constant Field Value
    private static final java.lang.String METHOD_HAS_NO_RETURN_VALUE "Method \'%s\' in class %s.class has to return a value!"
    private static final java.lang.String METHOD_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.String SEPARATOR "."
  • org.assertj.core.util.introspection.PropertySupport 
    Modifier and Type Constant Field Value
    private static final java.lang.String SEPARATOR "."