diff --git a/test/events.c b/test/events.c index c0931fd3..c68235ab 100644 --- a/test/events.c +++ b/test/events.c @@ -222,6 +222,22 @@ testingTest(BasicEventsAddDeleteEventHandlers) runGlobalSubtests(t, &p); } +testingTest(EventSendersHonored) +{ + // TODO +} + +// TODO events being added and deleted with different senders + +testingTest(EventBlocksHonored) +{ + // TODO +} + +// TODO event blocks being honored with different senders + +// TODO other combinations of the same + testingTest(EventErrors) { // TODO