From 69fe7dd9cb68be52676b2b7ea88e205a33807410 Mon Sep 17 00:00:00 2001 From: tsntsumi Date: Sat, 21 Aug 2010 04:12:23 +0000 Subject: [PATCH] add delete function ccunit_deleteTestCase(). --- src/ccunit/CCUnitTestCase.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ccunit/CCUnitTestCase.h b/src/ccunit/CCUnitTestCase.h index 1295ffc..0ef82ce 100755 --- a/src/ccunit/CCUnitTestCase.h +++ b/src/ccunit/CCUnitTestCase.h @@ -155,6 +155,13 @@ typedef struct CCUnitTestCaseDfn extern CCUnitTestCase* ccunit_newTestCase (const char* name); /** + * Destructs test case. + * @param testCase deleting case. + * @ingroup WritingTestCase + */ +extern inline void ccunit_deleteTestCase (CCUnitTestCase* testCase); + +/** * add test function to test case. * * @param testCase test case. -- 2.11.0