Interface
IFluentConfig<T>

Interface providing methods for setting up mock instance.

Definition

Methods

CallConstructor(Expression<Func<T>>)

Invokes the specified constructor.

Declaration

cs-api-definition
IFluentConfig<T> CallConstructor(Expression<Func<T>> expression)

Parameters

expression

Expression<Func<T>>

Returns

IFluentConfig<T>

Reference to IFluentConfig<T>

Implements<TInterface>()

Implements interface to the target mock.

Declaration

cs-api-definition
IFluentConfig<T> Implements<TInterface>()

Returns

IFluentConfig<T>

Reference to IFluentConfig<T>