Home
last modified time | relevance | path

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

/third_party/cJSON/tests/unity/test/testdata/
Dcmock.h6 int mockMock_Verify_Counter = 0; variable
11 void mockMock_Verify(void) { mockMock_Verify_Counter++; } in mockMock_Verify()
DmockMock.h5 extern int mockMock_Verify_Counter;
DtestRunnerGeneratorWithMocks.c188 …TEST_ASSERT_EQUAL_MESSAGE(passesOrIgnores, mockMock_Verify_Counter, "Mock Verify Should B… in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
/third_party/unity/test/testdata/
Dcmock.h6 int mockMock_Verify_Counter = 0; variable
11 void mockMock_Verify(void) { mockMock_Verify_Counter++; } in mockMock_Verify()
DmockMock.h5 extern int mockMock_Verify_Counter;
DtestRunnerGeneratorWithMocks.c193 …TEST_ASSERT_EQUAL_MESSAGE(passesOrIgnores, mockMock_Verify_Counter, "Mock Verify Should B… in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()