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