public interface FailureDetailView
Modifier and Type | Method and Description |
---|---|
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
|
java.awt.Component getComponent()
void showFailure(TestFailure failure)
void clear()