MCPcopy Create free account
hub / github.com/cutdigital/mcut / UTEST_F

Function UTEST_F

tests/source/userEvents.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138UTEST_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
144UTEST_F(UserEvents, getExecStatus)
145{

Callers

nothing calls this directly

Calls 7

mcCreateUserEventFunction · 0.85
mcGetEventInfoFunction · 0.85
mcSetEventCallbackFunction · 0.85
mcReleaseEventsFunction · 0.85
mcSetUserEventStatusFunction · 0.85
mcEnqueueDispatchFunction · 0.85
mcWaitForEventsFunction · 0.85

Tested by

no test coverage detected