CCUnit is a simple framework to write repeatable tests with C language.
* ASSERT tried in the setUp function in the unsuccessful case as well so that the tearDown function was called. * add functions for fixture setUp/tearDown.
* setUp で ASSERT が失敗したときでも tearDown が呼ばれるようにしました。 * フィクスチャを初期化・後始末する関数 setup_setUp/setup_tearDown を実装しました。