InterfaceIFluentConfig<T>
Interface
Interface providing methods for setting up mock instance.
Definition
Namespace:Telerik.JustMock.Abstraction
Assembly:Telerik.JustMock.dll
Type Parameters:
T
Target type
Syntax:
cs-api-definition
public interface IFluentConfig<T> : IFluentConfig
Inherited Members
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
Reference to IFluentConfig<T>
Implements<TInterface>()
Implements interface to the target mock.
Declaration
cs-api-definition
IFluentConfig<T> Implements<TInterface>()
Returns
Reference to IFluentConfig<T>