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

Method match

plugins/projectfilter/tests/test_projectfilter.cpp:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void TestProjectFilter::match()
92{
93 QFETCH(TestFilter, filter);
94 QFETCH(KDevelop::Path, path);
95 QFETCH(bool, isFolder);
96 QFETCH(bool, expectedIsValid);
97
98 QCOMPARE(filter->isValid(path, isFolder), expectedIsValid);
99}
100
101void TestProjectFilter::match_data()
102{

Callers 15

ChecksDBMethod · 0.45
toHtmlMethod · 0.45
processStderrLinesMethod · 0.45
parseProgressMethod · 0.45
handleVersionMethod · 0.45
setFilterTextMethod · 0.45
postProcessStdoutMethod · 0.45
commandLineMethod · 0.45
includeDirectivePositionFunction · 0.45
clangVersionMethod · 0.45
executeMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected