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

https://github.com/aimenux/fscheckdemo

Using FsCheck to perform property based testing
https://github.com/aimenux/fscheckdemo

calculator-kata fizzbuzz-kata fscheck-tests net60 property-based-testing xunit-tests

Last synced: about 1 year ago
JSON representation

Using FsCheck to perform property based testing

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/FsCheckDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/FsCheckDemo/actions/workflows/ci.yml)

# FsCheckDemo
```
Using FsCheck to perform property based testing
```

In this repo, i m using [FsCheck](https://fscheck.github.io/FsCheck/) in order to perform property based testing.
>
> :one: `Example01` use FizzBuzz kata
>
> :two: `Example02` use Calculator Kata
>
>
**`Tools`** : vs22, net 6.0, fscheck, xunit