blob: b8b92e7e0d3235216fa06273341b195f5907ab05 [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());
}
}