Skip to content

Instantly share code, notes, and snippets.

View TimHolzherr's full-sized avatar

Tim Holzherr TimHolzherr

View GitHub Profile
@TimHolzherr
TimHolzherr / PersistenceTest.cs
Last active June 3, 2020 21:45
Example of a efficient test
using System;
using System.Threading.Tasks;
using Xunit;
using Bogus;
using AutoBogus;
using FluentAssertions;
using Squadron;
namespace Tests
{