add unit tests

This commit is contained in:
Lars Unruh
2023-06-14 10:32:57 +02:00
parent cf344e6eaf
commit c002e7ac1e
4 changed files with 151 additions and 3 deletions

3
AB.Tests/Usings.cs Normal file
View File

@@ -0,0 +1,3 @@
global using Xunit;
global using FluentAssertions;
global using Moq;