|
JUnit 3.8.1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.swingui.TestHierarchyRunView
A hierarchical view of a test run. The contents of a test suite is shown as a tree.
Constructor Summary | |
TestHierarchyRunView(TestRunContext context)
|
Method Summary | |
void |
aboutToStart(Test suite,
TestResult result)
Informs that the suite is about to start |
void |
activate()
Activates the TestRunView |
void |
addTab(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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestHierarchyRunView(TestRunContext context)
Method Detail |
public void addTab(JTabbedPane pane)
junit.swingui.TestRunView
addTab
in interface junit.swingui.TestRunView
public Test getSelectedTest()
junit.swingui.TestRunView
getSelectedTest
in interface junit.swingui.TestRunView
public void activate()
junit.swingui.TestRunView
activate
in interface junit.swingui.TestRunView
public void revealFailure(Test failure)
junit.swingui.TestRunView
revealFailure
in interface junit.swingui.TestRunView
public void aboutToStart(Test suite, TestResult result)
junit.swingui.TestRunView
aboutToStart
in interface junit.swingui.TestRunView
public void runFinished(Test suite, TestResult result)
junit.swingui.TestRunView
runFinished
in interface junit.swingui.TestRunView
protected void testSelected()
|
JUnit 3.8.1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |