Package junit.runner
Interface FailureDetailView
-
- All Known Implementing Classes:
DefaultFailureDetailView
public interface FailureDetailViewA view to show a details about a failure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()Clears the viewjava.awt.ComponentgetComponent()Returns the component used to present the TraceViewvoidshowFailure(TestFailure failure)Shows details of a TestFailure
-
-
-
Method Detail
-
getComponent
java.awt.Component getComponent()
Returns the component used to present the TraceView
-
showFailure
void showFailure(TestFailure failure)
Shows details of a TestFailure
-
clear
void clear()
Clears the view
-
-