public class DefaultTestResultAccumulator implements TestResultAccumulator
public static DefaultTestResultAccumulator INSTANCE
@NotNull public java.util.Map<java.lang.Integer,java.util.Map> getTestResults()
@NotNull public VerificationReporter getVerificationReporter()
public void setVerificationReporter(@NotNull
VerificationReporter p)
public 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)
public 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)
public int calculateInteractionHash(@NotNull
au.com.dius.pact.core.model.Interaction interaction)
public int calculatePactHash(@NotNull
au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact)
@NotNull public java.lang.String lookupProviderVersion()
@NotNull
public java.util.List<au.com.dius.pact.core.model.Interaction> unverifiedInteractions(@NotNull
au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
@NotNull
java.util.Map<java.lang.Integer,au.com.dius.pact.core.pactbroker.TestResult> results)
public void clearTestResult(@NotNull
au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact)