JavaWeb學習筆記-java基礎-1-測試框架junit

測試框架Junit 導包 import org.junit.jupiter.api.Test;java @Test public void testRun(){ } @Before public void before(){ } @After public void after(){ } @BeforeClass public void beforeClass(){ } @Afte
相關文章
相關標籤/搜索