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

Function TEST_F

tests/rootdefanalysis/TestRDSpace.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31TEST_F(TestRDSpace, NullBuildN) {
32 RDSpace Space;
33 ASSERT_THROW(Space.build({nullptr}), std::invalid_argument);
34};
35
36TEST_F(TestRDSpace, NonBuildN) {
37 const std::string Code = "extern \"C\" {\n"

Callers

nothing calls this directly

Calls 10

getSrcDirPathMethod · 0.80
getFunctionMethod · 0.80
nextInCalleeMethod · 0.80
sizeMethod · 0.80
getInstructionMethod · 0.80
endMethod · 0.80
buildMethod · 0.45
createFileMethod · 0.45
getFilePathMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected