Class ShouldHaveSameFileSystemAs

  • All Implemented Interfaces:
    ErrorMessageFactory

    public class ShouldHaveSameFileSystemAs
    extends BasicErrorMessageFactory
    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 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
    • Constructor Detail

      • ShouldHaveSameFileSystemAs

        private ShouldHaveSameFileSystemAs​(java.nio.file.Path actual,
                                           java.nio.file.Path expected)
    • Method Detail

      • shouldHaveSameFileSystemAs

        public static ErrorMessageFactory shouldHaveSameFileSystemAs​(java.nio.file.Path actual,
                                                                     java.nio.file.Path expected)