junit.runner
Interface FailureDetailView
- public interface FailureDetailView
A view to show a details about a failure
Method Summary |
void |
clear()
Clears the view |
java.awt.Component |
getComponent()
Returns the component used to present the TraceView |
void |
showFailure(TestFailure failure)
Shows details of a TestFailure |
getComponent
public java.awt.Component getComponent()
- Returns the component used to present the TraceView
showFailure
public void showFailure(TestFailure failure)
- Shows details of a TestFailure
clear
public void clear()
- Clears the view