import org.junit.Test; import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertFalse; class X { @Test void t() { <caret>assertTrue(true); } }