Package org.eclipse.epsilon.eunit.junit
Class EUnitTestRunner.JUnitEUnitTestListener
java.lang.Object
org.eclipse.epsilon.eunit.junit.EUnitTestRunner.JUnitEUnitTestListener
- All Implemented Interfaces:
EUnitTestListener
- Enclosing class:
- EUnitTestRunner
-
Field Summary
Fields inherited from interface org.eclipse.epsilon.eunit.EUnitTestListener
EXTENSION_POINT_ID
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Method Details
-
beforeCase
Description copied from interface:EUnitTestListener
Notification sent before running a test case.- Specified by:
beforeCase
in interfaceEUnitTestListener
- Parameters:
module
- EUnit module under execution.test
- Description of the test case: its result has not been set yet.
-
afterCase
Description copied from interface:EUnitTestListener
Notification sent after running a test case.- Specified by:
afterCase
in interfaceEUnitTestListener
- Parameters:
module
- EUnit module under execution.test
- Test case, with its result set.
-