junit.runner

Interface FailureDetailView

public interface FailureDetailView

A view to show a details about a failure

Method Summary

void
clear()
Clears the view
Component
getComponent()
Returns the component used to present the TraceView
void
showFailure(TestFailure failure)
Shows details of a TestFailure

Method Details

clear

public void clear()
Clears the view


getComponent

public Component getComponent()
Returns the component used to present the TraceView


showFailure

public void showFailure(TestFailure failure)
Shows details of a TestFailure