MCPcopy Create free account
hub / github.com/KDE/kdevelop / testLexerCreation

Method testLexerCreation

plugins/cmake/tests/cmakeparsertest.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{}
18
19void CMakeParserTest::testLexerCreation()
20{
21 cmListFileLexer* lexer = cmListFileLexer_New();
22 QVERIFY( lexer != nullptr );
23 cmListFileLexer_Delete( lexer );
24}
25
26void CMakeParserTest::testLexerWithFile()
27{

Callers

nothing calls this directly

Calls 2

cmListFileLexer_NewFunction · 0.85
cmListFileLexer_DeleteFunction · 0.85

Tested by

no test coverage detected