|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--junit.swingui.TestHierarchyRunView
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 |
コンストラクタの詳細 |
public TestHierarchyRunView(TestRunContext context)
メソッドの詳細 |
public void addTab(javax.swing.JTabbedPane pane)
junit.swingui.TestRunView
の記述:
junit.swingui.TestRunView
内の addTab
public Test getSelectedTest()
junit.swingui.TestRunView
の記述:
junit.swingui.TestRunView
内の getSelectedTest
public void activate()
junit.swingui.TestRunView
の記述:
junit.swingui.TestRunView
内の activate
public void revealFailure(Test failure)
junit.swingui.TestRunView
の記述:
junit.swingui.TestRunView
内の revealFailure
public void aboutToStart(Test suite, TestResult result)
junit.swingui.TestRunView
の記述:
junit.swingui.TestRunView
内の aboutToStart
public void runFinished(Test suite, TestResult result)
junit.swingui.TestRunView
の記述:
junit.swingui.TestRunView
内の runFinished
protected void testSelected()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |