Class TestExecutionReportAnalyzer
- java.lang.Object
-
- cloud.filibuster.junit.server.core.lint.analyzers.test_execution_report.TestExecutionReportAnalyzer
-
- Direct Known Subclasses:
IncompleteRPCAnalyzer,MultipleInvocationsForIndividualMutationsAnalyzer,RedundantRPCAnalyzer,ResponseBecomesRequestAnalyzer,UnimplementedFailuresAnalyzer
public abstract class TestExecutionReportAnalyzer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestExecutionReportAnalyzer(TestExecutionReport testExecutionReport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<FilibusterAnalyzerWarning>analyze(boolean testPassed)java.util.List<FilibusterAnalyzerWarning>getWarnings()
-
-
-
Constructor Detail
-
TestExecutionReportAnalyzer
public TestExecutionReportAnalyzer(TestExecutionReport testExecutionReport)
-
-
Method Detail
-
getWarnings
public java.util.List<FilibusterAnalyzerWarning> getWarnings()
-
analyze
public java.util.List<FilibusterAnalyzerWarning> analyze(boolean testPassed)
-
-