MCPcopy Create free account
hub / github.com/bloomberg/quantum / TEST_P

Function TEST_P

tests/quantum_tests.cpp:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269*/
270
271TEST_P(CoreTest, Constructor)
272{
273 //Check if we have 0 coroutines and IO tasks running
274 EXPECT_EQ(0, (int)getDispatcher().size(IQueue::QueueType::Coro));
275 EXPECT_EQ(0, (int)getDispatcher().size(IQueue::QueueType::IO));
276 EXPECT_EQ(0, (int)getDispatcher().size());
277}
278
279TEST_P(CoreTest, CheckReturnValue)
280{

Callers

nothing calls this directly

Calls 15

postedCountMethod · 0.80
completedCountMethod · 0.80
errorCountMethod · 0.80
highPriorityCountMethod · 0.80
endMethod · 0.80
finallyMethod · 0.80
thenMethod · 0.80
yieldMethod · 0.80
sharedQueueErrorCountMethod · 0.80
onErrorMethod · 0.80
getICoroFutureMethod · 0.80

Tested by

no test coverage detected