Skip to content

Instantly share code, notes, and snippets.

@skalinets
skalinets / AutoNSubstituteDemo.cs
Last active February 29, 2024 02:46
AutoFixture + NSubstitute Demo
using NSubstitute;
using Ploeh.AutoFixture;
using Ploeh.AutoFixture.AutoNSubstitute;
using Ploeh.AutoFixture.Xunit;
using Xunit.Extensions;
namespace AutofixtureDemo
{
public class AutoNSubstituteDemo
{