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
- Host: GitHub
- URL: https://github.com/aimenux/fscheckdemo
- Owner: aimenux
- License: mit
- Created: 2023-03-12T11:46:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T22:07:14.000Z (about 3 years ago)
- Last Synced: 2025-02-27T01:54:32.666Z (over 1 year ago)
- Topics: calculator-kata, fizzbuzz-kata, fscheck-tests, net60, property-based-testing, xunit-tests
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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