






|
| Moq |
| Mock<(Of <(<'T>)>)>..::..VerifySet Method (Action<(Of <(<'T>)>)>, Times) |
| Mock<(Of <(<'T>)>)> Class See Also Send Feedback |
Verifies that a property was set on the mock.
Namespace: Moq
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Syntax
Parameters
- setterExpression
- Type: System..::..Action<(Of <(<'T>)>)>
Expression to verify.
- times
- Type: Moq..::..Times
The number of times a method is allowed to be called.
Exceptions
| Exception | Condition |
|---|---|
| Moq..::..MockException | The invocation was not call the times specified by times. |
