import static org.junit.Assert.assertNull; class OutsideTestMethod { void m() { assertNull("asdf"); } }