Skip to content

soenneker/soenneker.utils.autobogus.nsubstitute

Repository files navigation

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