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

Function TEST_F

tests/astvalue/TestASTValue.cpp:76–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75
76TEST_F(TestASTValue, DeclUninitP) {
77
78 const std::string CODE = "void test() {\n"
79 " int Var1;\n"
80 "}\n";
81
82 ASSERT_TRUE(loadC(CODE));
83
84 auto AST = getASTFromInst("test", 0, 0);
85 ASSERT_FALSE(AST.first);
86}
87
88TEST_F(TestASTValue, IntP) {
89

Callers

nothing calls this directly

Calls 1

toJsonMethod · 0.45

Tested by

no test coverage detected