MCPcopy Create free account
hub / github.com/cpputest/cpputest / testShouldRun

Method testShouldRun

src/CppUTest/TestRegistry.cpp:180–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180bool TestRegistry::testShouldRun(UtestShell* test, TestResult& result)
181{
182 if (test->shouldRun(groupFilters_, nameFilters_)) return true;
183 else {
184 result.countFilteredOut();
185 return false;
186 }
187}
188
189void TestRegistry::resetPlugins()
190{

Callers

nothing calls this directly

Calls 2

shouldRunMethod · 0.80
countFilteredOutMethod · 0.80

Tested by

no test coverage detected