Package org.assertj.core.error
Class ShouldHaveFileSystem
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldHaveFileSystem
- 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 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
shouldHaveFileSystem
(Path actual, FileSystem fileSystem) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
PATH_SHOULD_HAVE_FILE_SYSTEM
- See Also:
-
-
Constructor Details
-
ShouldHaveFileSystem
-
-
Method Details
-
shouldHaveFileSystem
-