Home
last modified time | relevance | path

Searched refs:passesOrIgnores (Results 1 - 2 of 2) sorted by relevance

/third_party/cJSON/tests/unity/test/testdata/
H A DtestRunnerGeneratorWithMocks.c186 int passesOrIgnores = (int)(Unity.NumberOfTests - Unity.TestFailures); in test_ShouldCallMockInitAndVerifyFunctionsForEachTest() local
188 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 DtestRunnerGeneratorWithMocks.c188 int passesOrIgnores = (int)(Unity.NumberOfTests - Unity.TestFailures); in test_ShouldCallMockInitAndVerifyFunctionsForEachTest() local
190 TEST_ASSERT_EQUAL_MESSAGE(passesOrIgnores, mockMock_Verify_Counter, "Mock Verify Should Be Called Once Per Test Passed"); in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()

Completed in 1 milliseconds