Skip to content

Instantly share code, notes, and snippets.

@ZhaoRd
ZhaoRd / AutoNSubstituteDemo.cs
Created September 29, 2018 09:51 — forked from skalinets/AutoNSubstituteDemo.cs
AutoFixture + NSubstitute Demo
using NSubstitute;
using Ploeh.AutoFixture;
using Ploeh.AutoFixture.AutoNSubstitute;
using Ploeh.AutoFixture.Xunit;
using Xunit.Extensions;
namespace AutofixtureDemo
{
public class AutoNSubstituteDemo
{