| 78 | |
| 79 | |
| 80 | TEST(EventDispatcher, EventWithoutRegistrationsResultsIntoNoCalls) |
| 81 | { |
| 82 | dispatcher->dispatchEvent(event, 10); |
| 83 | } |
| 84 | |
| 85 | TEST(EventDispatcher, EventWithRegistrationForEventResultsIntoCallback) |
| 86 | { |
nothing calls this directly
no test coverage detected