isSame

VerificationConstraint matches if the actual and expected value are identical.

Author

Matthias Geisler

See also

Parameters

expected

the expected value which should match.

Constructors

Link copied to clipboard
fun isSame(expected: Any?)

Functions

Link copied to clipboard
open override fun matches(actual: Any?): Boolean

Resolves if the constraint matches the given Proxy Argument.

Link copied to clipboard
open override fun toString(): String