blob: e21706fc24029c07f0c6f1a40415e0e998d71175 [file] [log] [blame]
package test.invocationcount;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
public class DataProviderTrueTrueTest extends DataProviderBase {
@BeforeMethod(firstTimeOnly = true)
public void beforeMethod() {}
@AfterMethod(lastTimeOnly = true)
public void afterMethod() {}
}