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

Function TEST_F

tests/astirmap/TestMatchers.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33TEST_F(TestNonStaticClassMethodMatcher, NonStaticClassMethodsP) {
34 auto Methods = util::collectNonStaticClassMethods(SC->getASTUnits());
35 ASSERT_TRUE(exist(Methods, "Method1"));
36}
37
38TEST_F(TestNonStaticClassMethodMatcher, StaticClassMethodsN) {
39 auto Methods = util::collectNonStaticClassMethods(SC->getASTUnits());

Callers

nothing calls this directly

Calls 3

existFunction · 0.85
getASTUnitsMethod · 0.45

Tested by

no test coverage detected