Interface ExceptionsReporter
-
public interface ExceptionsReporter
Implementing this interface enables automatic TestNG assertions reporting.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportingDriver
getDriver()
Getter for a reporting driver instance.
-
-
-
Method Detail
-
getDriver
ReportingDriver getDriver()
Getter for a reporting driver instance.- Returns:
- ReportingDriver instance.
-
-