Package org.assertj.core.error
Class ShouldHaveSameFileSystemAs
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldHaveSameFileSystemAs
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies the
FileSystem
for
a given path does not match a given path's file system.-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldHaveSameFileSystemAs
(Path actual, Path expected) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
PATH_SHOULD_HAVE_SAME_FILE_SYSTEM_AS_PATH
- See Also:
-
-
Constructor Details
-
ShouldHaveSameFileSystemAs
-
-
Method Details
-
shouldHaveSameFileSystemAs
-