Interface FailureAnalysisReporter

All Known Implementing Classes:
LoggingFailureAnalysisReporter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FailureAnalysisReporter
Reports a FailureAnalysis to the user.
Since:
1.4.0
Author:
Andy Wilkinson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reports the given failureAnalysis to the user.
  • Method Details

    • report

      void report(FailureAnalysis analysis)
      Reports the given failureAnalysis to the user.
      Parameters:
      analysis - the analysis