public static void main(String[] args)和使用junit測試的區別

1.經常寫一個測試類的時候使用的junit的註解的形式,結果出現了一個問題,直接上代碼。 @Test public void test2() throws IOException { System.out.println("請輸入字符,按回車鍵結束輸入:"); int c; try { c = System.in.re
相關文章
相關標籤/搜索