81. 最近の話題 そいやjUnit5の声も聞こえてきました 未評価なのでなんとも言えないけど @Test @Name("My 1st JUnit 5 test! 😎") void myFirstTest(@TestName String testName) { assertEquals(2, 1 + 1, "1 + 1 should equal 2"); assertEquals("My 1st JUnit 5 test! 😎", testName, () -> "testName is injected correctly"); } https://github.com/junit-team/junit5-samples