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.
A value that the key path’s specified property must equal to fulfill the expectation.
final var expectedValue: V? { get }If the expectation doesn’t initialize with an expected value, this property returns nil.