This is the code that supports the live demo of writing unit tests in C# and .NET using xUnit.
Along the way, we'll pull in these dependencies:
- MoQ for mocking,
- AutoMocker as a testing IoC container
At the beginning of the talk we start with the start
folder.
At the end of the talk we'll finish with the done
folder.
cd done
dotnet restore
dotnet build
dotnet test
License: MIT