Interface
IMockReplicator

An implementation detail interface. Not intended for external usage.

Definition

Namespace:Telerik.JustMock.Core.Behaviors

Assembly:Telerik.JustMock.dll

Syntax:

cs-api-definition
public interface IMockReplicator

Methods

CreateSimilarMock(MocksRepository, Type, object[], bool, Type[])

An implementation detail. Not intended for external usage.

Declaration

cs-api-definition
object CreateSimilarMock(MocksRepository repository, Type mockType, object[] constructorArgs, bool mockConstructorCall, Type[] additionalMockedInterfaces)

Parameters

repository

MocksRepository

mockType

Type

constructorArgs

object[]

mockConstructorCall

bool

additionalMockedInterfaces

Type[]

Returns

object