An open API service indexing awesome lists of open source software.

https://github.com/aimenux/fluentassertionsdemo

Playing with fluent assertions
https://github.com/aimenux/fluentassertionsdemo

fluentassertions netcore31 vs19

Last synced: 4 months ago
JSON representation

Playing with fluent assertions

Awesome Lists containing this project

README

          

![.NET Core](https://github.com/aimenux/FluentAssertionsDemo/workflows/.NET%20Core/badge.svg)
# FluentAssertionsDemo
```
Playing with fluent assertions
```
> In this demo, i m playing with [fluent assertions](https://fluentassertions.com/) library
>
> The solution consists of one unit test project with multiple examples :
> - `Example1` : unit testing of numbers/decimals, etc.
> - `Example2` : unit testing of datetimes
> - `Example3` : unit testing of integer collection
> - `Example4` : unit testing of class/object collection
> - `Example5` : unit testing of types/attributes, etc.
>
> Each unit test is written in both syntaxes :
> - `NUnit`
> - `FluentAssertions`
>

**`Tools`** : vs19, net core 3.1, fluent assertions, nunit