Skip to content

An AutoFakerBinder for interfaces and abstract objects using NSubstitute

License

Notifications You must be signed in to change notification settings

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