public interface EUnitTestListener
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_POINT_ID |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCase(EUnitModule module,
EUnitTest test)
Notification sent after running a test case.
|
void |
beforeCase(EUnitModule module,
EUnitTest test)
Notification sent before running a test case.
|
static final String EXTENSION_POINT_ID
void beforeCase(EUnitModule module, EUnitTest test)
module - EUnit module under execution.test - Description of the test case: its result has not been set yet.void afterCase(EUnitModule module, EUnitTest test)
module - EUnit module under execution.test - Test case, with its result set.Copyright © 2016. All rights reserved.