- EventFixture - Interface in org.seedstack.business.test.event
-
This fixture provides methods for integration test on events.
- EventProvider - Interface in org.seedstack.business.test.event
-
The EventProvider class provides a method which fire the event to test.
- EventServiceProvider - Interface in org.seedstack.business.test.event
-
TheEventServiceProvider provides method to assert on handler called.
- EventTestErrorCodes - Enum in org.seedstack.business.test.event
-
Error codes for event fixtures.
- eventWasHandledBy(Event, Class<? extends EventHandler>) - Method in interface org.seedstack.business.test.event.HandlerProvider
-
Checks if the given event was received by the handler when the specified method is called.
- eventWasHandledBy(Map<Class<? extends EventHandler>, Event>) - Method in interface org.seedstack.business.test.event.HandlerProvider
-
Checks if the given event was received by the handler when the specified method is called.