|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.utjml.canica.tool.FailureRunView
public class FailureRunView
A view presenting the test failures as a list.
| Constructor Summary | |
|---|---|
FailureRunView(TestRunContext context)
|
|
| Method Summary | |
|---|---|
void |
aboutToStart(junit.framework.Test suite,
junit.framework.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 |
junit.framework.Test |
getSelectedTest()
Returns the currently selected Test in the View |
void |
revealFailure(junit.framework.Test failure)
Reveals the given failure |
void |
runFinished(junit.framework.Test suite,
junit.framework.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 FailureRunView(TestRunContext context)
| Method Detail |
|---|
public junit.framework.Test getSelectedTest()
public void activate()
public void addTab(JTabbedPane pane)
public void revealFailure(junit.framework.Test failure)
public void aboutToStart(junit.framework.Test suite,
junit.framework.TestResult result)
public void runFinished(junit.framework.Test suite,
junit.framework.TestResult result)
protected void testSelected()
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||