Moq |
MockExtensions..::..VerifySet<(Of <(<'T, TProperty>)>)> Method (Mock<(Of <(<'T>)>)>, Expression<(Of <(<'Func>)>)>, Boolean) |
MockExtensions Class See Also Send Feedback |
[Missing <summary> documentation for "M:Moq.MockExtensions.VerifySet``2(Moq.Mock{``0},System.Linq.Expressions.Expression{System.Func`2},System.Boolean)"]
Namespace: Moq
Assemblies: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Syntax
C# |
---|
[ObsoleteAttribute("Replaced by VerifySet(Action, Times)")] public static void VerifySet<T, TProperty>( this Mock<T> mock, Expression<Func> expression, bool times ) where T : class |
Parameters
- mock
- Type: Moq..::..Mock<(Of <(<'T>)>)>
- expression
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'T, TResult>)>)>>)>)>
- times
- Type: System..::..Boolean
Type Parameters
- T
- TProperty