MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / TEST_F

Function TEST_F

test/CodeHandlerTest.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19};
20
21TEST_F(CodeHandlerTest, testProcessTextEmpty)
22{
23 EXPECT_EQ(CodeHandler::processText("", "/file.py"), "\n\n");
24}
25
26TEST_F(CodeHandlerTest, testProcessTextWithLanguageCodeBlock)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected