public class TestHierarchyRunView
extends java.lang.Object
Constructor and Description |
---|
TestHierarchyRunView(TestRunContext context) |
Modifier and Type | Method and Description |
---|---|
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() |
public TestHierarchyRunView(TestRunContext context)
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()