Table of Contents

Constructor AutoFake

Namespace
Autofac.Extras.FakeItEasy
Assembly
Autofac.Extras.FakeItEasy.dll

AutoFake(bool, bool, Action<object>, ContainerBuilder, Action<ContainerBuilder>)

public AutoFake(bool strict = false, bool callsBaseMethods = false, Action<object> configureFake = null, ContainerBuilder builder = null, Action<ContainerBuilder> configureAction = null)

Parameters

strict bool
callsBaseMethods bool
configureFake Action<object>
builder ContainerBuilder
configureAction Action<ContainerBuilder>