Class ShouldBeRelativePath

    • Constructor Detail

      • ShouldBeRelativePath

        private ShouldBeRelativePath​(File actual)
      • ShouldBeRelativePath

        private ShouldBeRelativePath​(Path actual)
    • Method Detail

      • shouldBeRelativePath

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