Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 996 Bytes

File metadata and controls

21 lines (16 loc) · 996 Bytes

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()
};