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 the FileSystem for a given path does not match a given path's file system.
  • Field Details

    • PATH_SHOULD_HAVE_SAME_FILE_SYSTEM_AS_PATH

      private static final String PATH_SHOULD_HAVE_SAME_FILE_SYSTEM_AS_PATH
      See Also:
  • Constructor Details

    • ShouldHaveSameFileSystemAs

      private ShouldHaveSameFileSystemAs(Path actual, Path expected)
  • Method Details