blob: 792a4f778816d2debaa765e3af6bcd44755adcc3 [file] [log] [blame]
import static java.util.Collections.EMPTY_LIST;
import static org.junit.Assert.assertNotNull;
public class AnonymousClassJUnit4 {
@org.junit.Test
public void testNotNull() {
assertNotNull(EMPTY_LIST);
}
}