As mentioned in JUnit5 documentation, it is possible to integrate JUnit4 with JUnit5: ... public static void beforeAll() { System.out.println("beforeAll"); } ...
確定! 回上一頁