Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1006 Bytes

File metadata and controls

21 lines (16 loc) · 1006 Bytes

Soenneker.Utils.AutoBogus.NSubstitute

An AutoFakerBinder for interfaces and abstract objects using NSubstitute

Installation

dotnet add package Soenneker.Utils.AutoBogus.NSubstitute

Usage

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