Show / Hide Table of Contents

Class AsyncMockExtensions

Defines extension methods for a Moq.Mock<T>.

Inheritance
object
AsyncMockExtensions
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
Mock<IAsync> asyncProcessorMock
Type Parameters
Name Description
T
  • View Source
Back to top Generated by DocFX