Contents

expectedValue

A value that the key path’s specified property must equal to fulfill the expectation.

Declaration

final var expectedValue: V? { get }

Discussion

If the expectation doesn’t initialize with an expected value, this property returns nil.

See Also

Expectation properties