public 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
@NotNull
com.github.michaelbull.result.Result<java.lang.Boolean,java.util.List> updateTestResult(@NotNull
au.com.dius.pact.core.model.Pact<au.com.dius.pact.core.model.Interaction> pact,
@NotNull
au.com.dius.pact.core.model.Interaction interaction,
@NotNull
java.util.List<? extends au.com.dius.pact.provider.VerificationResult> testExecutionResult,
@NotNull
au.com.dius.pact.core.model.PactSource source,
@NotNull
au.com.dius.pact.core.support.expressions.ValueResolver propertyResolver)
@NotNull
com.github.michaelbull.result.Result<java.lang.Boolean,java.util.List> updateTestResult(@NotNull
au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
@NotNull
au.com.dius.pact.core.model.Interaction interaction,
@NotNull
au.com.dius.pact.core.pactbroker.TestResult testExecutionResult,
@Nullable
au.com.dius.pact.core.model.PactSource source,
@NotNull
au.com.dius.pact.core.support.expressions.ValueResolver propertyResolver)
void clearTestResult(@NotNull
au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
@Nullable
au.com.dius.pact.core.model.PactSource source)