Class ShouldNotExist

All Implemented Interfaces:
ErrorMessageFactory

public class ShouldNotExist extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a File or Path does not exist failed.
  • Field Details

  • Constructor Details

    • ShouldNotExist

      private ShouldNotExist(File actual)
    • ShouldNotExist

      private ShouldNotExist(Path actual)
  • Method Details