junit基礎

  JUnit 4 使用 Java 5 中的註解(annotation),以下是JUnit 4 常用的幾個 annotation 介紹 @Before:初始化方法 @After:釋放資源 @Test:測試方法,在這裏可以測試期望異常和超時時間 @Ignore:忽略的測試方法 @BeforeClass:針對所有測試,只執行一次,且必須爲static void @AfterClass:針對所有測試,只
相關文章
相關標籤/搜索