import static org.junit.jupiter.api.Assertions.assertTrue; class testing { @Test public void test() { assertTrue(1 == 1); } }