21 #include "unity_fixture.h"
32 TEST_GROUP_RUNNER(utrzsm)
34 RUN_TEST_CASE(utrzsm, expectEventOk);
35 RUN_TEST_CASE(utrzsm, expectEventOutOfSequence);
36 RUN_TEST_CASE(utrzsm, expectEventWithUnexpectedArg);
37 RUN_TEST_CASE(utrzsm, ignoreEvt);
38 RUN_TEST_CASE(utrzsm, ignoreOneArg);
39 RUN_TEST_CASE(utrzsm, ignoreOneArgBeforeExpect);
40 RUN_TEST_CASE(utrzsm, eventMoreThanExpect);