Package junit.runner
Interface FailureDetailView
- All Known Implementing Classes:
DefaultFailureDetailView
public interface FailureDetailView
A view to show a details about a failure
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clears the viewReturns the component used to present the TraceViewvoidshowFailure(TestFailure failure) Shows details of a TestFailure
-
Method Details
-
getComponent
Component getComponent()Returns the component used to present the TraceView -
showFailure
Shows details of a TestFailure -
clear
void clear()Clears the view
-