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 TypeMethodDescriptionvoidreport(FailureAnalysis analysis) Reports the givenfailureAnalysisto the user. 
- 
Method Details
- 
report
Reports the givenfailureAnalysisto the user.- Parameters:
 analysis- the analysis
 
 -