Home
last modified time | relevance | path

Searched refs:NumberOfTests (Results 1 – 25 of 58) sorted by relevance

123

/third_party/giflib/
Dgif_hash.c29 static long NumberOfTests = 0, variable
70 NumberOfTests++; in _InsertHashTable()
93 NumberOfTests++; in _ExistsHashTable()
128 NumberOfMisses, NumberOfTests, in HashTablePrintHitRatio()
129 NumberOfMisses * 100 / NumberOfTests); in HashTablePrintHitRatio()
/third_party/unity/test/testdata/
DtestRunnerGeneratorWithMocks.c191 int passesOrIgnores = (int)(Unity.NumberOfTests - Unity.TestFailures); in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
192 …TEST_ASSERT_EQUAL_MESSAGE(Unity.NumberOfTests, mockMock_Init_Counter, "Mock Init Should Be … in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
194 …TEST_ASSERT_EQUAL_MESSAGE(Unity.NumberOfTests - 1, mockMock_Destroy_Counter, "Mock Destroy Should … in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
/third_party/cJSON/tests/unity/test/testdata/
DtestRunnerGeneratorWithMocks.c186 int passesOrIgnores = (int)(Unity.NumberOfTests - Unity.TestFailures); in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
187 …TEST_ASSERT_EQUAL_MESSAGE(Unity.NumberOfTests, mockMock_Init_Counter, "Mock Init Should Be … in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
189 …TEST_ASSERT_EQUAL_MESSAGE(Unity.NumberOfTests - 1, mockMock_Destroy_Counter, "Mock Destroy Should … in test_ShouldCallMockInitAndVerifyFunctionsForEachTest()
/third_party/unity/test/tests/
Dtest_unity_core.c51 UNITY_COUNTER_TYPE NumberOfTests; in testUnitySizeInitializationReminder() member
71 UNITY_COUNTER_TYPE NumberOfTests; in testUnitySizeInitializationReminder() member
/third_party/unity/extras/fixture/test/
Dunity_fixture_Test.c236 UNITY_UINT saved = Unity.NumberOfTests; in TEST()
239 TEST_ASSERT_EQUAL(saved, Unity.NumberOfTests); in TEST()
/third_party/unity/extras/fixture/src/
Dunity_fixture.c96 Unity.NumberOfTests++; in UnityTestRunner()
122 Unity.NumberOfTests++; in UnityIgnoreTest()
/third_party/unity/examples/example_1/test/test_runners/
DTestProductionCode2_Runner.c8 Unity.NumberOfTests++; \
DTestProductionCode_Runner.c8 Unity.NumberOfTests++; \
/third_party/unity/examples/example_4/test/test_runners/
DTestProductionCode2_Runner.c8 Unity.NumberOfTests++; \
DTestProductionCode_Runner.c8 Unity.NumberOfTests++; \
/third_party/cJSON/tests/unity/examples/example_1/test/test_runners/
DTestProductionCode2_Runner.c8 Unity.NumberOfTests++; \
DTestProductionCode_Runner.c8 Unity.NumberOfTests++; \
/third_party/unity/test/expectdata/
Dtestsample_def.c8 Unity.NumberOfTests++; \
Dtestsample_head1.c8 Unity.NumberOfTests++; \
Dtestsample_run2.c8 Unity.NumberOfTests++; \
Dtestsample_new2.c8 Unity.NumberOfTests++; \
Dtestsample_param.c9 Unity.NumberOfTests++; \
Dtestsample_cmd.c8 Unity.NumberOfTests++; \
Dtestsample_mock_head1.c8 Unity.NumberOfTests++; \
/third_party/cJSON/tests/unity/test/expectdata/
Dtestsample_head1.c8 Unity.NumberOfTests++; \
Dtestsample_def.c8 Unity.NumberOfTests++; \
Dtestsample_run2.c8 Unity.NumberOfTests++; \
Dtestsample_mock_head1.c8 Unity.NumberOfTests++; \
Dtestsample_mock_def.c8 Unity.NumberOfTests++; \
Dtestsample_cmd.c8 Unity.NumberOfTests++; \

123