Class ShouldBeReadable

    • Constructor Detail

      • ShouldBeReadable

        private ShouldBeReadable​(File actual)
      • ShouldBeReadable

        private ShouldBeReadable​(Path actual)
    • Method Detail

      • shouldBeReadable

        public static ErrorMessageFactory shouldBeReadable​(File actual)
        Creates a new ShouldBeReadable.
        Parameters:
        actual - the actual value in the failed assertion.
        Returns:
        the created ErrorMessageFactory.