MCPcopy Create free account
hub / github.com/ThrowTheSwitch/Unity / selected

Function selected

extras/fixture/src/unity_fixture.c:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49static int selected(const char* filter, const char* name)
50{
51 if (filter == 0)
52 return 1;
53 return strstr(name, filter) ? 1 : 0;
54}
55
56static int testSelected(const char* test)
57{

Callers 2

testSelectedFunction · 0.85
groupSelectedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected