ISetupConditionResult(T) Methods
From Moq
| Moq |
| ISetupConditionResult<(Of <(<'T>)>)> Methods |
| ISetupConditionResult<(Of <(<'T>)>)> Interface See Also Send Feedback |
The ISetupConditionResult<(Of <(<'T>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Setup(Expression<(Of <<'(Action<(Of <<'(T>)>>)>)>>)) |
The expectation will be considered only in the former condition.
| |
| Setup<(Of <<'(TResult>)>>)(Expression<(Of <<'(Func<(Of <(<'T, TResult>)>)>>)>>)) | ||
| SetupGet<(Of <<'(TProperty>)>>) | ||
| SetupSet(Action<(Of <<'(T>)>>)) |
Setups the set.
| |
| SetupSet<(Of <<'(TProperty>)>>)(Action<(Of <<'(T>)>>)) |
Setups the set.
|