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

Method shouldRun

src/CppUTest/Utest.cpp:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345bool UtestShell::shouldRun(const TestFilter* groupFilters, const TestFilter* nameFilters) const
346{
347 return match(group_, groupFilters) && match(name_, nameFilters);
348}
349
350void UtestShell::failWith(const TestFailure& failure)
351{

Callers 2

testShouldRunMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected