{ CU_ASSERT(maxi(0,2) == 2); // this is both a test case + assertion. CU_ASSERT(maxi(0, - 2) == 0);. CU_ASSERT(maxi(2,2) == 2); }. Unit Testing Frameworks.
確定! 回上一頁