Package au.com.dius.pact.provider
Class VerificationResult
-
- All Implemented Interfaces:
public class VerificationResultResult of verifying an interaction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVerificationResult.OkResult was successful
public final classVerificationResult.FailedResult failed
-
Method Summary
Modifier and Type Method Description abstract VerificationResultmerge(VerificationResult result)Merge this result with the other one, creating a new result abstract TestResulttoTestResult()Convert to a test result final List<String>getResultOutput()Return any output for the result -
-
Method Detail
-
merge
abstract VerificationResult merge(VerificationResult result)
Merge this result with the other one, creating a new result
-
toTestResult
abstract TestResult toTestResult()
Convert to a test result
-
getResultOutput
final List<String> getResultOutput()
Return any output for the result
-
-
-
-