Laid out the other things to test for events.c.
This commit is contained in:
parent
43fd636071
commit
d346a8ca8e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue