junit.runner
インタフェース FailureDetailView

既知の実装クラスの一覧:
DefaultFailureDetailView

public interface FailureDetailView

A view to show a details about a failure


メソッドの概要
 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



Copyright © 2001-2004 JUnit.org. All Rights Reserved.