public class FailureRunView
extends java.lang.Object
Constructor and Description |
---|
FailureRunView(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 FailureRunView(TestRunContext context)
public Test getSelectedTest()
public void activate()
public void addTab(javax.swing.JTabbedPane pane)
public void revealFailure(Test failure)
public void aboutToStart(Test suite, TestResult result)
public void runFinished(Test suite, TestResult result)
protected void testSelected()