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

Function TEST_F

tests/utils/TestStringUtil.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12};
13
14TEST_F(CPPClassMethodNameTest, getClassNameWithNamespaceWithFullMethodNameP) {
15 std::string ans = "testNamespace1::testNamespace2::testClass";
16 std::string ret = ftg::util::getClassNameWithNamespace(FullMethodName);
17 ASSERT_EQ(ret, ans);
18}
19
20TEST_F(CPPClassMethodNameTest, getClassNameWithNamespaceWithMethodNameOnlyN) {
21 std::string ans = "";

Callers

nothing calls this directly

Calls 2

getMethodNameFunction · 0.85

Tested by

no test coverage detected