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
@Deprecated
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,
boolean testExecutionResult)
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)
void clearTestResult(@NotNull
au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact)