blob: e2ce5c5a20440f78f019536aa9d38d969732daa0 [file] [log] [blame]
package test.thread;
import org.testng.annotations.Test;
public class Test2Test extends BaseSequentialSample {
@Test
public void f21() {
ppp("f21");
addId("Test2Test.f21()", Thread.currentThread().getId());
}
@Test
public void f22() {
ppp("f22");
addId("Test2Test.f22()", Thread.currentThread().getId());
}
}