|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.swingui.DefaultFailureDetailView
public class DefaultFailureDetailView
A view that shows a stack trace of a failure
Constructor Summary | |
---|---|
DefaultFailureDetailView()
|
Method Summary | |
---|---|
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 |
---|
public DefaultFailureDetailView()
Method Detail |
---|
public java.awt.Component getComponent()
getComponent
in interface FailureDetailView
public void showFailure(TestFailure failure)
showFailure
in interface FailureDetailView
public void clear()
clear
in interface FailureDetailView
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |