利用Junit4進行程序模塊的測試,迴歸測試

①在你的工程裏導入JUnit4的包 ②右擊創建JUnit測試類,在測試類中編寫測試代碼即可。 JUnit 目前需要掌握的有一下幾點: Fixture系列:BeforeClass,AfterClass,Before,After 普通測試:Ignore(忽視),Text(測試),Test(timeout = 1000)(限時測試),Test(expected = ArithmeticException
相關文章
相關標籤/搜索