assert something. assertTrue(something) ; assert a == b. assertEqual(a, b) ; assert a <= b. assertLessEqual(a, b) ;… …
確定! 回上一頁