Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 926 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 926 Bytes

Soenneker.Utils.AutoBogus.Moq

An AutoFakerBinder for interfaces and abstract objects using Moq

Installation

dotnet add package Soenneker.Utils.AutoBogus.Moq

Usage

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