junit.swingui
クラス TestHierarchyRunView

java.lang.Object
  |
  +--junit.swingui.TestHierarchyRunView
すべての実装インタフェース:
junit.swingui.TestRunView

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

A hierarchical view of a test run. The contents of a test suite is shown as a tree.


コンストラクタの概要
TestHierarchyRunView(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
 

コンストラクタの詳細

TestHierarchyRunView

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

addTab

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

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

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

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()