blob: 1561dabf2fb53a6990a35f36e4dda56d87514ab3 [file] [log] [blame]
package test.bug92;
import org.testng.annotations.Test;
public class TestBravo extends TestBase {
@Test
public void test1() {
}
@Test
public void test2() {
}
}