Junit在Eclipse中的快速上手

1 在Eclipse中引入 junit-4.8.jar 參考下載:Junit4.8 CSDN下載.java 2 編寫測試代碼 import org.junit.*; import org.junit.Test; public class CalculateTest { static int order = 0; public static void show(String msg) {
相關文章
相關標籤/搜索