-
public final class VerificationResult.Ok extends VerificationResult
Result was successful
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<String>interactionIds
-
Constructor Summary
Constructors Constructor Description VerificationResult.Ok(String interactionId)VerificationResult.Ok(Set<String> interactionIds)VerificationResult.Ok()
-
Method Summary
Modifier and Type Method Description final Set<String>getInteractionIds()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
-
-
-
-