MCPcopy Create free account
hub / github.com/cpputest/cpputest / TEST

Function TEST

tests/CppUTestExt/ExpectedFunctionsListTest.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62};
63
64TEST(MockExpectedCallsList, emptyList)
65{
66 CHECK(! list->hasUnfulfilledExpectations());
67 CHECK(! list->hasFinalizedMatchingExpectations());
68 LONGS_EQUAL(0, list->size());
69}
70
71TEST(MockExpectedCallsList, addingCalls)
72{

Callers

nothing calls this directly

Tested by

no test coverage detected