在设计上Junit是没有指定测试方法的执行顺序的。 ... NAME_ASCENDING) public class TestMethodOrder { @Test public void testA() { System.out.println("first"); } ...
確定! 回上一頁