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.
Reports a
FailureAnalysis
to the user.- Since:
- 1.4.0
- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionvoid
report
(FailureAnalysis analysis) Reports the givenfailureAnalysis
to the user.
-
Method Details
-
report
Reports the givenfailureAnalysis
to the user.- Parameters:
analysis
- the analysis
-