event-bus/event-bus-core/src/test/java/dev/kske/eventbus/core
Kai S. K. Engelbart 74447dea59
Add nested dispatch test
The test performs a nested event dispatch then cancels the dispatch. If
Both operations are successful, the test is successful.

Currently, the test fails, but should be successful once the nested
dispatch bug is fixed.
2021-07-12 10:17:46 +02:00
..
CancelTest.java Remove EventListener and IEvent marker interfaces 2021-02-15 20:36:09 +01:00
DeadTest.java Add ExceptionEvent 2021-02-21 10:36:06 +01:00
DispatchTest.java Respect listener-level properties 2021-03-14 11:18:11 +01:00
ExceptionTest.java Add ExceptionEvent 2021-02-21 10:36:06 +01:00
NestedTest.java Add nested dispatch test 2021-07-12 10:17:46 +02:00
SimpleEvent.java Remove EventListener and IEvent marker interfaces 2021-02-15 20:36:09 +01:00
SimpleEventSub.java Rename event-bus module to event-bus-core, add event-bus-ap module 2021-02-09 09:52:26 +01:00