Class ErrorRevealed

    • Field Detail

      • testCode

        public final String testCode
        The Java code.
      • description

        public final String description
        A description of the error.
      • junitFile

        public final Path junitFile
        The file for the JUnit test.
      • failingClassNames

        public final List<String> failingClassNames
        The classes whose tests failed. An unmodifiable collection.
    • Constructor Detail