blob: dea4ed382291ac5930337bf532856e085547f326 [file] [log] [blame]
package test.retryAnalyzer;
import org.testng.annotations.Test;
public class ImmediateSuccess {
@Test(retryAnalyzer = MyRetry.class)
public void test() {
}
}