Show / Hide Table of Contents

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 Source

AppendSetup<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
  • View Source
Back to top Generated by DocFX