Home
last modified time | relevance | path

Searched refs:mockMock_Init_Counter (Results 1 – 6 of 6) sorted by relevance

/third_party/cJSON/tests/unity/test/testdata/
Dcmock.h5 int mockMock_Init_Counter = 0; variable
10 void mockMock_Init(void) { mockMock_Init_Counter++; } in mockMock_Init()
DmockMock.h4 extern int mockMock_Init_Counter;
DtestRunnerGeneratorWithMocks.c187 …TEST_ASSERT_EQUAL_MESSAGE(Unity.NumberOfTests, mockMock_Init_Counter, "Mock Init Should Be … in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
/third_party/unity/test/testdata/
Dcmock.h5 int mockMock_Init_Counter = 0; variable
10 void mockMock_Init(void) { mockMock_Init_Counter++; } in mockMock_Init()
DmockMock.h4 extern int mockMock_Init_Counter;
DtestRunnerGeneratorWithMocks.c192 …TEST_ASSERT_EQUAL_MESSAGE(Unity.NumberOfTests, mockMock_Init_Counter, "Mock Init Should Be … in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()