Package org.assertj.core.error
Class ShouldHaveSameFileSystemAs
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ShouldHaveSameFileSystemAs
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldHaveSameFileSystemAs extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies theFileSystem
for a given path does not match a given path's file system.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
PATH_SHOULD_HAVE_SAME_FILE_SYSTEM_AS_PATH
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShouldHaveSameFileSystemAs(java.nio.file.Path actual, java.nio.file.Path expected)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
shouldHaveSameFileSystemAs(java.nio.file.Path actual, java.nio.file.Path expected)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Field Detail
-
PATH_SHOULD_HAVE_SAME_FILE_SYSTEM_AS_PATH
private static final java.lang.String PATH_SHOULD_HAVE_SAME_FILE_SYSTEM_AS_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldHaveSameFileSystemAs
public static ErrorMessageFactory shouldHaveSameFileSystemAs(java.nio.file.Path actual, java.nio.file.Path expected)
-
-