| 62 | }; |
| 63 | |
| 64 | TEST(MockExpectedCallsList, emptyList) |
| 65 | { |
| 66 | CHECK(! list->hasUnfulfilledExpectations()); |
| 67 | CHECK(! list->hasFinalizedMatchingExpectations()); |
| 68 | LONGS_EQUAL(0, list->size()); |
| 69 | } |
| 70 | |
| 71 | TEST(MockExpectedCallsList, addingCalls) |
| 72 | { |
nothing calls this directly
no test coverage detected