Class JUnit46StackTraceWriter

  • All Implemented Interfaces:
    StackTraceWriter

    public class JUnit46StackTraceWriter
    extends JUnit4StackTraceWriter
    A stacktrace writer that requires at least junit 4.6 to run. Note that we only use this for 4.8 and higher
    Writes out a specific Failure for surefire as a stacktrace.
    • Constructor Detail

      • JUnit46StackTraceWriter

        public JUnit46StackTraceWriter​(org.junit.runner.notification.Failure junitFailure)
        Constructor.
        Parameters:
        junitFailure - the Failure that this will be operating on