|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.swingui.TestHierarchyRunView
public class 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(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()
|
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(javax.swing.JTabbedPane pane)
public Test getSelectedTest()
public void activate()
public void revealFailure(Test failure)
public void aboutToStart(Test suite, TestResult result)
public void runFinished(Test suite, TestResult result)
protected void testSelected()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |