Package-level declarations
Types
Link copied to clipboard
VerificationConstraint which allows to chain multiple values or constraints together. It matches if all values or constraints matches.
Link copied to clipboard
VerificationConstraint which allows any value including null.
Link copied to clipboard
VerificationConstraint matches if the actual and expected value are equal.
Link copied to clipboard
VerificationConstraint matches if the actual and expected value are identical.
Link copied to clipboard
Link copied to clipboard
VerificationConstraint which allows to chain multiple values or constraints together. It matches if at least one value or constraints matches.