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

Function TEST_F

tests/rootdefanalysis/TestClass.cpp:124–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122};
123
124TEST_F(TestClass, TestVectorN) {
125
126 auto RootDefs = analyze("_Z11test_vectorv", 3, 0, 0);
127
128 //(1) Var1.push_back(20);
129 //(2) Var1.push_back(10);
130 ASSERT_TRUE(exist(RootDefs, "_Z11test_vectorv", 0, 8, -1));
131 ASSERT_TRUE(exist(RootDefs, "_Z11test_vectorv", 1, 0, -1));
132}
133
134TEST_F(TestClass, TestClassExternMethodN) {
135

Callers

nothing calls this directly

Calls 1

existFunction · 0.85

Tested by

no test coverage detected