| Package | Description |
|---|---|
| org.eclipse.epsilon.eunit | |
| org.eclipse.epsilon.eunit.dt.listener | |
| org.eclipse.epsilon.eunit.dt.ui | |
| org.eclipse.epsilon.workflow.tasks |
| Modifier and Type | Method and Description |
|---|---|
EUnitTest |
EUnitTest.getParent() |
EUnitTest |
EUnitModule.getSuiteRoot() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EUnitTest> |
EUnitTest.collectLeafTests(java.util.List selectedOperations,
EUnitTestResultType resultFilter)
Collects the leaf tests contained in this node with results of a particular type
into a new list.
|
java.util.List<EUnitTest> |
EUnitTest.getAllBindings()
Returns a list of all ancestor test cases (excluding this one) with a binding.
|
java.util.List<EUnitTest> |
EUnitTest.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
EUnitTest.addChildren(EUnitTest child) |
void |
EUnitTestListener.afterCase(EUnitModule module,
EUnitTest test)
Notification sent after running a test case.
|
void |
EUnitTestListener.beforeCase(EUnitModule module,
EUnitTest test)
Notification sent before running a test case.
|
void |
EUnitModule.runSuite(EUnitTest node) |
void |
EUnitTest.setParent(EUnitTest parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
EUnitTest.collectLeafTests(java.util.List selectedOperations,
EUnitTestResultType resultFilter,
java.util.Collection<EUnitTest> collection)
Collects the leaf tests contained in this node with results of a particular type
into the provided collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShowEUnitViewTestListener.afterCase(EUnitModule module,
EUnitTest test) |
void |
ShowEUnitViewTestListener.beforeCase(EUnitModule module,
EUnitTest test) |
| Modifier and Type | Method and Description |
|---|---|
void |
EUnitRunnerView.afterCase(EUnitModule module,
EUnitTest test) |
void |
EUnitRunnerView.beforeCase(EUnitModule module,
EUnitTest test) |
| Modifier and Type | Method and Description |
|---|---|
void |
EUnitTask.afterCase(EUnitModule module,
EUnitTest test) |
void |
EUnitTask.beforeCase(EUnitModule module,
EUnitTest test) |