blob: 6ef566f99035c247756bcca246f766aca25593d1 [file] [log] [blame]
import org.junit.Before;
public class BeforeAnnotationUsed {
@Before
public void before() {}
public void <warning descr="Old style JUnit test method 'testOldStyle()' in JUnit 4 class">testOldStyle</warning>() {}
}