Class IgnoreSeleniumInternalErrors
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.utils.TestRetryAnalyzer
-
- dev.aherscu.qa.jgiven.commons.utils.IgnoreSeleniumInternalErrors
-
- All Implemented Interfaces:
org.testng.IAnnotationTransformer
,org.testng.IRetryAnalyzer
,org.testng.ITestNGListener
public class IgnoreSeleniumInternalErrors extends TestRetryAnalyzer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class dev.aherscu.qa.jgiven.commons.utils.TestRetryAnalyzer
TestRetryAnalyzer.Config
-
-
Field Summary
-
Fields inherited from class dev.aherscu.qa.jgiven.commons.utils.TestRetryAnalyzer
DEFAULT_INTERVAL_MS, DEFAULT_RETRIES, retryCounters
-
-
Constructor Summary
Constructors Constructor Description IgnoreSeleniumInternalErrors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
retry(org.testng.ITestResult result)
-
Methods inherited from class dev.aherscu.qa.jgiven.commons.utils.TestRetryAnalyzer
transform
-
-
-
-
Method Detail
-
retry
public boolean retry(org.testng.ITestResult result)
- Specified by:
retry
in interfaceorg.testng.IRetryAnalyzer
- Overrides:
retry
in classTestRetryAnalyzer
-
-