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

Function _countingMethod

tests/CppUTest/TestUTestMacro.cpp:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458static int countInCountingMethod;
459static int _countingMethod()
460{
461 return countInCountingMethod++;
462}
463
464TEST(UnitTestMacros, LONGS_EQUAL_macroExpressionSafety)
465{

Calls

no outgoing calls

Tested by

no test coverage detected