junit.swingui
クラス DefaultFailureDetailView

java.lang.Object
  拡張junit.swingui.DefaultFailureDetailView
すべての実装インタフェース:
FailureDetailView

public class DefaultFailureDetailView
extends java.lang.Object
implements FailureDetailView

A view that shows a stack trace of a failure


コンストラクタの概要
DefaultFailureDetailView()
           
 
メソッドの概要
 void clear()
          Clears the output.
 java.awt.Component getComponent()
          Returns the component used to present the trace
 void showFailure(TestFailure failure)
          Shows a TestFailure
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultFailureDetailView

public DefaultFailureDetailView()
メソッドの詳細

getComponent

public java.awt.Component getComponent()
Returns the component used to present the trace

定義:
インタフェース FailureDetailView 内の getComponent

showFailure

public void showFailure(TestFailure failure)
Shows a TestFailure

定義:
インタフェース FailureDetailView 内の showFailure

clear

public void clear()
Clears the output.

定義:
インタフェース FailureDetailView 内の clear


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