Skip to content

An AutoFakerBinder for interfaces and abstract objects using FakeItEasy

License

Notifications You must be signed in to change notification settings

soenneker/soenneker.utils.autobogus.fakeiteasy

Repository files navigation

Soenneker.Utils.AutoBogus.FakeItEasy

An AutoFakerBinder for interfaces and abstract objects using FakeItEasy

Installation

dotnet add package Soenneker.Utils.AutoBogus.FakeItEasy

Usage

var faker = new AutoFaker
{
    Binder = new FakeItEasyAutoFakerBinder()
};