blob: e5df9e6d40ba9c3eeb10135a62e77dddfe30f0b4 [file] [log] [blame]
import org.junit.Test;
public class JUnit3StyleTestMethodInJUnit4Class {
@Test
public void junit4Test() {
}
public void <warning descr="Old style JUnit test method 'testJUnit3()' in JUnit 4 class">testJUnit3</warning>() {}
}