blob: 09d59aa4a82321c1f4c9d93dc40ace17a4bbcd29 [file] [log] [blame]
package test.testng249;
import org.testng.annotations.Test;
public class Base {
@Test
public void b() {
}
}