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

Function TEST

test/DefBlockSyntaxParser.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45TEST(DefBlockSyntaxTokeniser, EmptyText)
46{
47 auto tokeniser = createTokeniser("");
48 auto it = tokeniser.getIterator();
49
50 EXPECT_TRUE(it.isExhausted());
51}
52
53TEST(DefBlockSyntaxTokeniser, Whitespace)
54{

Callers

nothing calls this directly

Calls 7

createTokeniserFunction · 0.85
expectSingleTokenFunction · 0.85
getIteratorMethod · 0.80
isExhaustedMethod · 0.80
expectTokenSequenceFunction · 0.70
joinFunction · 0.50
findMethod · 0.45

Tested by

no test coverage detected