... { CU_ASSERT(0); } /* Test functions for CUnit assertions */ static void testSimpleAssert(void) { CU_ASSERT(1); CU_ASSERT(!0); CU_TEST(1); CU_ASSERT(0); ...
確定! 回上一頁