Laid out the other things to test for events.c.

This commit is contained in:
Pietro Gagliardi 2019-05-21 21:12:01 -04:00
parent 43fd636071
commit d346a8ca8e
1 changed files with 16 additions and 0 deletions

View File

@ -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