blob: 0d6315f93c7b0f19bc0ff76725bf9557e5a9e151 [file] [log] [blame]
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
class OutsideTestMethod {
void m() {
assertEquals(null, "asdf");
}
}