Home
last modified time | relevance | path

Searched refs:LeakDetection (Results 1 – 3 of 3) sorted by relevance

/third_party/cJSON/tests/unity/extras/fixture/test/
Dunity_fixture_TestRunner.c41 TEST_GROUP_RUNNER(LeakDetection) in TEST_GROUP_RUNNER() argument
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()
Dunity_fixture_Test.c317 TEST_GROUP(LeakDetection);
319 TEST_SETUP(LeakDetection) in TEST_SETUP() argument
328 TEST_TEAR_DOWN(LeakDetection) in TEST_TEAR_DOWN() argument
367 TEST(LeakDetection, DetectsLeak) in TEST() argument
385 TEST(LeakDetection, BufferOverrunFoundDuringFree) in TEST() argument
404 TEST(LeakDetection, BufferOverrunFoundDuringRealloc) in TEST() argument
423 TEST(LeakDetection, BufferGuardWriteFoundDuringFree) in TEST() argument
443 TEST(LeakDetection, BufferGuardWriteFoundDuringRealloc) in TEST() argument
462 TEST(LeakDetection, PointerSettingMax) in TEST() argument
/third_party/cJSON/tests/unity/extras/fixture/test/main/
DAllTests.c14 RUN_TEST_GROUP(LeakDetection); in runAllTests()