Skip to content

Instantly share code, notes, and snippets.

View juanlopes's full-sized avatar
🏠
Working from home

Juan Matheus Lopes juanlopes

🏠
Working from home
  • Neeggasoft
  • Balneário Piçarras - Itajaí, SC - Brasil
View GitHub Profile
@juanlopes
juanlopes / AutoNSubstituteDemo.cs
Created September 14, 2023 17:08 — forked from ZhaoRd/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
{