Interface ExceptionsReporter


  • @ExtendWith(ExceptionsReporter.class)
    public interface ExceptionsReporter
    Implementing this interface enabled automatic JUnit5 assertions reporting.
    • Method Detail

      • getDriver

        ReportingDriver getDriver()
        Getter for a reporting driver instance.
        Returns:
        ReportingDriver instance.