Searched refs:mockMock_Init_Counter (Results 1 – 6 of 6) sorted by relevance
5 int mockMock_Init_Counter = 0; variable10 void mockMock_Init(void) { mockMock_Init_Counter++; } in mockMock_Init()
4 extern int mockMock_Init_Counter;
187 …TEST_ASSERT_EQUAL_MESSAGE(Unity.NumberOfTests, mockMock_Init_Counter, "Mock Init Should Be … in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
192 …TEST_ASSERT_EQUAL_MESSAGE(Unity.NumberOfTests, mockMock_Init_Counter, "Mock Init Should Be … in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()