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/
H A Dcmock.h6 int mockMock_Verify_Counter = 0; variable
11 void mockMock_Verify(void) { mockMock_Verify_Counter++; } in mockMock_Verify()
H A DmockMock.h5 extern int mockMock_Verify_Counter;
H A DtestRunnerGeneratorWithMocks.c188 TEST_ASSERT_EQUAL_MESSAGE(passesOrIgnores, mockMock_Verify_Counter, "Mock Verify Should Be Called Once Per Test Passed"); in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
/third_party/unity/test/testdata/
H A Dcmock.h6 int mockMock_Verify_Counter = 0; variable
11 void mockMock_Verify(void) { mockMock_Verify_Counter++; } in mockMock_Verify()
H A DmockMock.h5 extern int mockMock_Verify_Counter;
H A DtestRunnerGeneratorWithMocks.c190 TEST_ASSERT_EQUAL_MESSAGE(passesOrIgnores, mockMock_Verify_Counter, "Mock Verify Should Be Called Once Per Test Passed"); in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()

Completed in 2 milliseconds