Class ShouldBeWritable

    • Field Detail

    • Constructor Detail

      • ShouldBeWritable

        private ShouldBeWritable​(java.io.File actual)
      • ShouldBeWritable

        private ShouldBeWritable​(java.nio.file.Path actual)
    • Method Detail

      • shouldBeWritable

        public static ErrorMessageFactory shouldBeWritable​(java.io.File actual)
        Creates a new ShouldBeWritable.
        Parameters:
        actual - the actual value in the failed assertion.
        Returns:
        the created ErrorMessageFactory.
      • shouldBeWritable

        public static ErrorMessageFactory shouldBeWritable​(java.nio.file.Path actual)