Searched refs:LeakDetection (Results 1 - 3 of 3) sorted by relevance
/third_party/cJSON/tests/unity/extras/fixture/test/ |
H A D | unity_fixture_TestRunner.c | 41 TEST_GROUP_RUNNER(LeakDetection) in TEST_GROUP_RUNNER() 43 RUN_TEST_CASE(LeakDetection, DetectsLeak); in TEST_GROUP_RUNNER() 44 RUN_TEST_CASE(LeakDetection, BufferOverrunFoundDuringFree); in TEST_GROUP_RUNNER() 45 RUN_TEST_CASE(LeakDetection, BufferOverrunFoundDuringRealloc); in TEST_GROUP_RUNNER() 46 RUN_TEST_CASE(LeakDetection, BufferGuardWriteFoundDuringFree); in TEST_GROUP_RUNNER() 47 RUN_TEST_CASE(LeakDetection, BufferGuardWriteFoundDuringRealloc); in TEST_GROUP_RUNNER() 48 RUN_TEST_CASE(LeakDetection, PointerSettingMax); in TEST_GROUP_RUNNER()
|
H A D | unity_fixture_Test.c | 317 TEST_GROUP(LeakDetection); variable 319 TEST_SETUP(LeakDetection) in TEST_SETUP() 328 TEST_TEAR_DOWN(LeakDetection) in TEST_TEAR_DOWN() 367 TEST(LeakDetection, DetectsLeak) in TEST() 385 TEST(LeakDetection, BufferOverrunFoundDuringFree) in TEST() 404 TEST(LeakDetection, BufferOverrunFoundDuringRealloc) in TEST() 423 TEST(LeakDetection, BufferGuardWriteFoundDuringFree) in TEST() 443 TEST(LeakDetection, BufferGuardWriteFoundDuringRealloc) in TEST() 462 TEST(LeakDetection, PointerSettingMax) in TEST()
|
/third_party/cJSON/tests/unity/extras/fixture/test/main/ |
H A D | AllTests.c | 14 RUN_TEST_GROUP(LeakDetection); in runAllTests()
|
Completed in 2 milliseconds