add nunit

This commit is contained in:
2022-03-19 14:11:26 +01:00
parent 8e43f8075d
commit 0ad1a166fd
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Main packages involved :
* [AutoMapper](https://automapper.org/) for minimal DTOs boilerplate
* [Fluent Validation](https://fluentvalidation.net/) for strongly typed validation
* [dotnet-format](https://github.com/dotnet/format) as official formatter
* [xUnit.net](https://xunit.net/) as framework test
* [NUnit.net](https://nunit.org/) as framework test
* [Fluent Assertions](https://fluentassertions.com/) for strongly typed assertions within the API
* [Respawn](https://github.com/jbogard/Respawn) as for optimal integration tests isolation
* [Bogus](https://github.com/bchavez/Bogus) for strongly typed fake data generator