Package com.indeed.proctor.common
Interface ProctorResultReporter
-
public interface ProctorResultReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidreportFallbackTests(ProctorResult result)voidreportInvalidIdentifierTests(ProctorResult result, java.util.Map<TestType,java.lang.Integer> testTypesWithInvalidIdentifier)default voidreportMetrics(ProctorResult result, java.util.Map<TestType,java.lang.Integer> testTypesWithInvalidIdentifier)voidreportTotalEvaluatedTests(ProctorResult result)
-
-
-
Method Detail
-
reportMetrics
default void reportMetrics(ProctorResult result, java.util.Map<TestType,java.lang.Integer> testTypesWithInvalidIdentifier)
-
reportTotalEvaluatedTests
void reportTotalEvaluatedTests(ProctorResult result)
-
reportFallbackTests
void reportFallbackTests(ProctorResult result)
-
reportInvalidIdentifierTests
void reportInvalidIdentifierTests(ProctorResult result, java.util.Map<TestType,java.lang.Integer> testTypesWithInvalidIdentifier)
-
-