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
- Host: GitHub
- URL: https://github.com/aimenux/fluentassertionsdemo
- Owner: aimenux
- Created: 2020-11-25T15:47:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T16:17:49.000Z (about 5 years ago)
- Last Synced: 2025-02-27T01:54:33.502Z (12 months ago)
- Topics: fluentassertions, netcore31, vs19
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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