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
void 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)