Package 

Interface TestResultAccumulator


  • 
    public interface TestResultAccumulator
    
                        

    Accumulates the test results for the interactions. Once all the interactions for a pact have been verified, the result is submitted back to the broker

    • Method Summary

      Modifier and Type Method Description
      abstract Result<Boolean, List<String>> updateTestResult(Pact pact, Interaction interaction, List<VerificationResult> testExecutionResult, PactSource source, ValueResolver propertyResolver)
      abstract Result<Boolean, List<String>> updateTestResult(Pact pact, Interaction interaction, TestResult testExecutionResult, PactSource source, ValueResolver propertyResolver)
      abstract Unit clearTestResult(Pact pact, PactSource source)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait