MCPcopy Create free account
hub / github.com/avast/retdec / TEST_F

Function TEST_F

tests/utils/binary_path_tests.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24//
25
26TEST_F(ThisBinaryPathTests,
27CorrectBinaryPathDetection) {
28 EXPECT_TRUE(fs::exists(getThisBinaryPath()));
29 EXPECT_TRUE(fs::is_regular_file(getThisBinaryPath()));
30}
31
32//
33// getThisBinaryDirectoryPath()

Callers

nothing calls this directly

Calls 2

getThisBinaryPathFunction · 0.85

Tested by

no test coverage detected