Interface TestResultAccumulator

  • All Implemented Interfaces:

    
    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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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