Overload List

  NameDescription
Setup(Expression<(Of <(Action<(Of <(T>)>)>)>))
Specifies a setup on the mocked type for a call to to a void method.
Setup<(Of <(TResult>)>)(Expression<(Of <(Func<(Of <(T, TResult>)>)>)>))
Specifies a setup on the mocked type for a call to to a value returning method.

See Also