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

Function TEST_F

tests/tcanalysis/TestGoogleTestCallWriter.cpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54};
55
56TEST_F(TestGoogleTestCallWriter, getUTMacroReplaceStringP) {
57 const Unittest *TC = Extractor->getTC(TCName);
58 ASSERT_TRUE(TC);
59 std::unique_ptr<TCCallWriter> CallWriter =
60 std::make_unique<GoogleTestCallWriter>();
61
62 auto Result = CallWriter->getTCCall(*TC);
63 ASSERT_TRUE(Result.compare(ExpectCallStr) == 0);
64}
65
66TEST_F(TestGoogleTestCallWriter, getUTMacroReplaceStringWithOtherCallWriterN) {
67 const Unittest *TC = Extractor->getTC(TCName);

Callers

nothing calls this directly

Calls 3

getTCMethod · 0.80
compareMethod · 0.80
getTCCallMethod · 0.45

Tested by

no test coverage detected