Skip to content

Instantly share code, notes, and snippets.

View Mrxx99's full-sized avatar

Mrxx99

  • Germany
View GitHub Profile
@Mrxx99
Mrxx99 / ExampleTest.cs
Last active December 9, 2020 18:44 — forked from Jacob-McKay/ExampleTest.cs
Moq extension to cleanly make assertions about arguments passed to mock dependencies
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Moq;
using Xunit;
namespace UnitTests
{