blob: bea38079c443d49605fccc694f286fb04ea55764 [file] [log] [blame]
package test.invocationcount;
import org.testng.annotations.Test;
public class InvocationBase extends Base {
@Test(invocationCount = 3)
public void f() {
}
}