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

Function TEST

examples/AllTests/CircularBufferTest.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54};
55
56TEST(CircularBuffer, EmptyAfterCreation)
57{
58 CHECK(buffer->IsEmpty());
59}
60
61TEST(CircularBuffer, NotEmpty)
62{

Callers

nothing calls this directly

Calls 9

fillTheQueueFunction · 0.85
removeFromQueueFunction · 0.85
IsEmptyMethod · 0.80
PutMethod · 0.80
GetMethod · 0.80
CapacityMethod · 0.80
IsFullMethod · 0.80
getOutputMethod · 0.80
PrintMethod · 0.45

Tested by

no test coverage detected