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

Function TEST

test/UnitTests/GitByteArrayTest.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "gittype.h"
22
23TEST(CGitByteArray, Empty)
24{
25 CGitByteArray byteArray;
26 EXPECT_TRUE(byteArray.empty());
27 EXPECT_EQ(0U, byteArray.size());
28}
29
30TEST(CGitByteArray, AppendByteArray)
31{

Callers

nothing calls this directly

Calls 7

RevertFindMethod · 0.80
findNextStringMethod · 0.80
emptyMethod · 0.45
sizeMethod · 0.45
appendMethod · 0.45
clearMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected