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

Function orderedTestFixtureCWrapper

tests/CppUTestExt/OrderedTestTest.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235// Export to be usable in OrderedTestTest_c.c
236extern "C" {
237int orderedTestFixtureCWrapper(void) {
238 return OrderedTestTestingFixture::count();
239}
240}
241
242TEST_ORDERED_C_WRAPPER(TestOrderedTestMacros, Test11, 11)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected