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
| Modifier and Type | Method and Description |
|---|---|
void |
clearTestResult(au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact) |
void |
updateTestResult(au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
au.com.dius.pact.core.model.Interaction interaction,
boolean testExecutionResult)
Deprecated.
|
void |
updateTestResult(au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
au.com.dius.pact.core.model.Interaction interaction,
au.com.dius.pact.core.pactbroker.TestResult testExecutionResult) |
void updateTestResult(au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
au.com.dius.pact.core.model.Interaction interaction,
boolean testExecutionResult)
void updateTestResult(au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact,
au.com.dius.pact.core.model.Interaction interaction,
au.com.dius.pact.core.pactbroker.TestResult testExecutionResult)
void clearTestResult(au.com.dius.pact.core.model.Pact<? extends au.com.dius.pact.core.model.Interaction> pact)