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 as in http://joel-costigliola.github.io/assertj/assertj-core-features-highlight.html#filters"
  • 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.OptionalShouldContain 
    Modifier and Type Constant Field Value
    private static final java.lang.String EXPECTING_TO_CONTAIN "%nExpecting:%n <%s>%nto contain:%n <%s>%nbut did not."
    private static final java.lang.String EXPECTING_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.String SHOULD_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.String SHOULD_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.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.ShouldBeEqual 
    Modifier and Type Constant Field Value
    private static final java.lang.String EXPECTED_BUT_WAS_MESSAGE "%nExpecting:%n <%s>%nto be equal to:%n <%s>%nbut was not."
    private static final java.lang.String EXPECTED_BUT_WAS_MESSAGE_USING_COMPARATOR "%nExpecting:%n <%s>%nto be equal to:%n <%s>%n%s but was not."
  • 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
    static final java.lang.String SHOULD_BE_EXECUTABLE "%nExpecting:%n <%s>%nto be executable."
  • 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.ShouldBeReadable 
    Modifier and Type Constant Field Value
    static final java.lang.String SHOULD_BE_READABLE "%nExpecting:%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:%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.ShouldBeWritable 
    Modifier and Type Constant Field Value
    static final java.lang.String SHOULD_BE_WRITABLE "%nExpecting:%n <%s>%nto be writable."
  • 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.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.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 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>"
    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.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.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"
    public static final java.lang.String PATH_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 java.lang.String PATH_SHOULD_START_WITH "%nExpected path:%n <%s>%nto start with:%n <%s>%nbut it did not."
  • org.assertj.core.internal.BinaryDiffResult 
    Modifier and Type Constant Field Value
    private static final int EOF -1
  • org.assertj.core.internal.FieldByFieldComparator 
    Modifier and Type Constant Field Value
    private static final int NOT_EQUAL -1
  • org.assertj.core.internal.Files 
    Modifier and Type Constant Field Value
    private static final java.lang.String UNABLE_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 long serialVersionUID 1L
  • org.assertj.core.internal.Paths 
    Modifier and Type Constant Field Value
    private static final java.lang.String FAILED_TO_RESOLVE_ACTUAL_REAL_PATH "failed to resolve actual real path"
    private static final java.lang.String FAILED_TO_RESOLVE_ARGUMENT_REAL_PATH "failed to resolve argument real path"
    public static final java.lang.String IOERROR_FORMAT "I/O error attempting to process assertion for path: <%s>"
  • org.assertj.core.internal.RecursiveFieldByFieldComparator 
    Modifier and Type Constant Field Value
    private static final int NOT_EQUAL -1
  • org.assertj.core.internal.org.assertj.core.internal.Strings.Whitespace 
    Modifier and Type Constant Field Value
    private static final int MULTIPLIER 1682554634
    private static final java.lang.String TABLE "\u2002\u3000\r\u0085\u200a\u2005\u2000\u3000\u2029\u000b\u3000\u2008\u2003\u205f\u3000\u1680\t \u2006\u2001\u202f\u00a0\f\u2009\u3000\u2004\u3000\u3000\u2028\n\u2007\u3000"
  • org.assertj.core.internal.Uris 
    Modifier and Type Constant Field Value
    private static final java.lang.String AND "&"
    private static final java.lang.String EQUAL "="
    private static final java.lang.String UTF_8 "UTF-8"
  • 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.FieldSupport 
    Modifier and Type Constant Field Value
    private static final java.lang.String SEPARATOR "."
  • 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 "."