Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
458
static int countInCountingMethod;
459
static int _countingMethod()
460
{
461
return countInCountingMethod++;
462
}
463
464
TEST(UnitTestMacros, LONGS_EQUAL_macroExpressionSafety)
465
{
Callers
3
TEST
Function · 0.85
_failing_CHECK_EQUAL_WithActualBeingEvaluatesMultipleTimesWillGiveAWarning
Function · 0.85
_failing_CHECK_EQUAL_WithExpectedBeingEvaluatesMultipleTimesWillGiveAWarning
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected