Interface IDbContextMock
Assembly: FastMoq.Database.dll
Syntax
public interface IDbContextMock
Methods
SetupDbContextSetMethods(PropertyInfo)
Declaration
void SetupDbContextSetMethods(PropertyInfo propertyInfo)
Parameters
SetupDbSetProperties(PropertyInfo, object)
Declaration
void SetupDbSetProperties(PropertyInfo propertyInfo, object value)
Parameters
SetupDbSetPropertyGet(PropertyInfo, object)
Declaration
void SetupDbSetPropertyGet(PropertyInfo propertyInfo, object value)
Parameters
SetupSetMethod(Type, Delegate, Type[]?, object?[]?)
Declaration
void SetupSetMethod(Type setType, Delegate propValueDelegate, Type[]? types = null, object?[]? parameters = null)
Parameters
Extension Methods