Class ShouldHaveFileSystem

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldHaveFileSystem
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldHaveFileSystem extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies the FileSystem for a given path does not match a given file system.
  • Field Details

  • Constructor Details

    • ShouldHaveFileSystem

      private ShouldHaveFileSystem(Path actual, FileSystem expected)
  • Method Details