Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
TEST(CircularBuffer, EmptyAfterCreation)
57
{
58
CHECK(buffer->IsEmpty());
59
}
60
61
TEST(CircularBuffer, NotEmpty)
62
{
Callers
nothing calls this directly
Calls
9
fillTheQueue
Function · 0.85
removeFromQueue
Function · 0.85
IsEmpty
Method · 0.80
Put
Method · 0.80
Get
Method · 0.80
Capacity
Method · 0.80
IsFull
Method · 0.80
getOutput
Method · 0.80
Print
Method · 0.45
Tested by
no test coverage detected