MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / TEST_F

Function TEST_F

test/DefBlockSyntaxParser.cpp:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262using DefBlockSyntaxParserTest = RadiantTest;
263
264TEST_F(DefBlockSyntaxParserTest, ParseEmptyText)
265{
266 auto syntaxTree = parseText("");
267 EXPECT_TRUE(syntaxTree) << "Syntax Root must not be null";
268}
269
270TEST_F(DefBlockSyntaxParserTest, ParseWhitespace)
271{

Callers

nothing calls this directly

Calls 12

parseTextFunction · 0.85
expectExampleFileSyntaxFunction · 0.85
parseBlockFunction · 0.85
getChildrenMethod · 0.80
sizeMethod · 0.45
getRootMethod · 0.45
getTypeMethod · 0.45
getStringMethod · 0.45
parseMethod · 0.45
appendMethod · 0.45
getTestProjectPathMethod · 0.45

Tested by

no test coverage detected