Package au.com.dius.pact.provider
Class VerificationResult.Ok
-
- All Implemented Interfaces:
public final class VerificationResult.Ok extends VerificationResult
Result was successful
-
-
Constructor Summary
Constructors Constructor Description VerificationResult.Ok(String interactionId, List<String> output)VerificationResult.Ok(Set<String> interactionIds, List<String> output)VerificationResult.Ok(Set<String> interactionIds)VerificationResult.Ok()
-
Method Summary
Modifier and Type Method Description final Set<String>getInteractionIds()final List<String>getOutput()VerificationResultmerge(VerificationResult result)Merge this result with the other one, creating a new result TestResult.OktoTestResult()Convert to a test result -
-
Method Detail
-
getInteractionIds
final Set<String> getInteractionIds()
-
merge
VerificationResult merge(VerificationResult result)
Merge this result with the other one, creating a new result
-
toTestResult
TestResult.Ok toTestResult()
Convert to a test result
-
-
-
-