From d346a8ca8e01e8734e3b918765054396485e56dd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 21 May 2019 21:12:01 -0400 Subject: [PATCH] Laid out the other things to test for events.c. --- test/events.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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