junit.swingui
クラス FailureRunView

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

public class FailureRunView
extends java.lang.Object
implements junit.swingui.TestRunView

A view presenting the test failures as a list.


コンストラクタの概要
FailureRunView(TestRunContext context)
           
 
メソッドの概要
 void aboutToStart(Test suite, TestResult result)
          Informs that the suite is about to start
 void activate()
          Activates the TestRunView
 void addTab(javax.swing.JTabbedPane pane)
          Adds the TestRunView to the test run views tab
 Test getSelectedTest()
          Returns the currently selected Test in the View
 void revealFailure(Test failure)
          Reveals the given failure
 void runFinished(Test suite, TestResult result)
          Informs that the run of the test suite has finished
protected  void testSelected()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FailureRunView

public FailureRunView(TestRunContext context)
メソッドの詳細

getSelectedTest

public Test getSelectedTest()
インタフェース junit.swingui.TestRunView の記述:
Returns the currently selected Test in the View

定義:
インタフェース junit.swingui.TestRunView 内の getSelectedTest

activate

public void activate()
インタフェース junit.swingui.TestRunView の記述:
Activates the TestRunView

定義:
インタフェース junit.swingui.TestRunView 内の activate

addTab

public void addTab(javax.swing.JTabbedPane pane)
インタフェース junit.swingui.TestRunView の記述:
Adds the TestRunView to the test run views tab

定義:
インタフェース junit.swingui.TestRunView 内の addTab

revealFailure

public void revealFailure(Test failure)
インタフェース junit.swingui.TestRunView の記述:
Reveals the given failure

定義:
インタフェース junit.swingui.TestRunView 内の revealFailure

aboutToStart

public void aboutToStart(Test suite,
                         TestResult result)
インタフェース junit.swingui.TestRunView の記述:
Informs that the suite is about to start

定義:
インタフェース junit.swingui.TestRunView 内の aboutToStart

runFinished

public void runFinished(Test suite,
                        TestResult result)
インタフェース junit.swingui.TestRunView の記述:
Informs that the run of the test suite has finished

定義:
インタフェース junit.swingui.TestRunView 内の runFinished

testSelected

protected void testSelected()


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