MCPcopy Create free account
hub / github.com/Samsung/UTopia / TEST

Function TEST

tests/sourceloader/TestBuildDBLoader.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace ftg;
6
7TEST(TestBuildDBLoader, EmptyPathN) {
8 BuildDBLoader Loader("");
9 ASSERT_DEATH(Loader.load(), "");
10}
11
12TEST(TestBuildDBLoader, InvalidASTN) {
13 const std::string BuildDB =

Callers

nothing calls this directly

Calls 4

ASSERT_DEATHFunction · 0.85
loadMethod · 0.45
createFileMethod · 0.45
getFilePathMethod · 0.45

Tested by

no test coverage detected