import org.junit.Test; public class JUnit3StyleTestMethodInJUnit4Class { @Test public void junit4Test() { } public void testJUnit3() {} }