Interface ExceptionsReporter
-
@ExtendWith(ExceptionsReporter.class) public interface ExceptionsReporter
Implementing this interface enabled automatic JUnit5 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.
-
-