Class AsyncMockExtensions
Defines extension methods for a Moq.Mock<T>.
Inheritance
System.Object
AsyncMockExtensions
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.QualityTools.Testing
Assembly: Sartorius.SAF.QualityTools.dll
Syntax
public static class AsyncMockExtensions
Methods
View SourceAppendSetup<T>(Mock<IAsync>)
Appends a setup of T.
Declaration
public static void AppendSetup<T>(this Mock<IAsync> asyncProcessorMock)
Parameters
| Type | Name | Description |
|---|---|---|
| Moq.Mock<IAsync> | asyncProcessorMock |
Type Parameters
| Name | Description |
|---|---|
| T |