Searched refs:mockMock_Verify_Counter (Results 1 – 6 of 6) sorted by relevance
6 int mockMock_Verify_Counter = 0; variable11 void mockMock_Verify(void) { mockMock_Verify_Counter++; } in mockMock_Verify()
5 extern int mockMock_Verify_Counter;
188 …TEST_ASSERT_EQUAL_MESSAGE(passesOrIgnores, mockMock_Verify_Counter, "Mock Verify Should B… in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
193 …TEST_ASSERT_EQUAL_MESSAGE(passesOrIgnores, mockMock_Verify_Counter, "Mock Verify Should B… in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()