com.qantium.uisteps.allure.tests.junit.JUnitTest Maven / Gradle / Ivy
package com.qantium.uisteps.allure.tests.junit;
import com.qantium.uisteps.allure.tests.BaseTest;
import org.junit.Rule;
import ru.yandex.qatools.allure.annotations.Step;
/**
* Created by Anton Solyankin
*/
public class JUnitTest extends BaseTest {
@Rule
public RetryRule retryRule = new RetryRule(this);
@Step("-------- [Retry test. Attempt: {0}] -------- META[listen=false]")
protected void retryTest(int attempt) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy