JUnit 可以用annotation設定測試執行的順序,其中@BeforeClass,@AfterClass是指當前的class在執行測試前後會執行的方法,在 ... package yan.junit; import org.junit.
確定! 回上一頁