Overload List

  NameDescription
ExpectSet<(Of <(TProperty>)>)(Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>)) Obsolete.
Sets an expectation on the mocked type for a call to to a property setter.
ExpectSet<(Of <(TProperty>)>)(Expression<(Of <(Func<(Of <(T, TProperty>)>)>)>), TProperty) Obsolete.
Sets an expectation on the mocked type for a call to to a property setter with a specific value.

See Also