MCPcopy Create free account
hub / github.com/WallBreaker2/op / TEST

Function TEST

tests/op_algorithm_windows_test.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55} // namespace
56
57TEST(OpTest, VersionIsNotEmpty) {
58 op::Op op;
59 wstring ver = op.Ver();
60 EXPECT_FALSE(ver.empty()) << "Version string should not be empty";
61 wcout << L"Version: " << ver << endl;
62}
63
64TEST(OpTest, GetBasePath) {
65 op::Op op;

Callers

nothing calls this directly

Calls 15

ParsePathFunction · 0.85
GetEnvStringFunction · 0.85
findMethod · 0.80
GetEditTextMethod · 0.80
VerMethod · 0.45
emptyMethod · 0.45
GetBasePathMethod · 0.45
GetIDMethod · 0.45
AStarFindPathMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected