Class ShouldExist

All Implemented Interfaces:
ErrorMessageFactory

public class ShouldExist extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a File or Path exists failed.
  • Field Details

  • Constructor Details

    • ShouldExist

      private ShouldExist(File actual)
    • ShouldExist

      private ShouldExist(Path actual, boolean followLinks)
  • Method Details