Package junit.swingui

Class DefaultFailureDetailView

  • All Implemented Interfaces:
    FailureDetailView

    public class DefaultFailureDetailView
    extends java.lang.Object
    implements FailureDetailView
    A view that shows a stack trace of a failure
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      Clears the output.
      java.awt.Component getComponent()
      Returns the component used to present the trace
      void showFailure​(TestFailure failure)
      Shows a TestFailure
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultFailureDetailView

        public DefaultFailureDetailView()