| 136 | } |
| 137 | |
| 138 | UTEST_F(UserEvents, createAndDestroy) |
| 139 | { |
| 140 | ASSERT_EQ(mcCreateUserEvent(&utest_fixture->userEvent, utest_fixture->context), McResult::MC_NO_ERROR); |
| 141 | ASSERT_TRUE(utest_fixture->userEvent != MC_NULL_HANDLE); |
| 142 | } |
| 143 | |
| 144 | UTEST_F(UserEvents, getExecStatus) |
| 145 | { |
nothing calls this directly
no test coverage detected