blob: fdd4ce5c20637b9e1870b65e585dc493ecedd07d [file] [log] [blame]
package test.tmp.b;
import org.testng.annotations.Test;
public class TmpB {
@Test
public void tmpb1() {
System.out.println("tmpb1");
}
}