import static junit.framework.TestCase.assertNotNull; should now be import static org.junit.Assert.assertNotNull;
import static junit.framework.TestCase.assertNotNull;
should now be
import static org.junit.Assert.assertNotNull;