我对Java还很陌生,并且正在关注EclipseTotalBeginner'sTutorials.它们都非常有用,但在第12课中,他对一个测试用例使用assertTrue,对另一个测试用例使用assertFalse。代码如下://Checkthebookouttop1(Thomas)//Checktoseethatthebookwassuccessfullycheckedouttop1(Thomas)assertTrue("Bookdidnotcheckoutcorrectly",ml.checkOut(b1,p1));//IfcheckOutfails,displaymessagea