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/
H A Dcmock.h5 int mockMock_Init_Counter = 0; variable
10 void mockMock_Init(void) { mockMock_Init_Counter++; } in mockMock_Init()
H A DmockMock.h4 extern int mockMock_Init_Counter;
H A DtestRunnerGeneratorWithMocks.c187 TEST_ASSERT_EQUAL_MESSAGE(Unity.NumberOfTests, mockMock_Init_Counter, "Mock Init Should Be Called Once Per Test Started"); in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
/third_party/unity/test/testdata/
H A Dcmock.h5 int mockMock_Init_Counter = 0; variable
10 void mockMock_Init(void) { mockMock_Init_Counter++; } in mockMock_Init()
H A DmockMock.h4 extern int mockMock_Init_Counter;
H A DtestRunnerGeneratorWithMocks.c189 TEST_ASSERT_EQUAL_MESSAGE(Unity.NumberOfTests, mockMock_Init_Counter, "Mock Init Should Be Called Once Per Test Started"); in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()

Completed in 2 milliseconds