https://github.com/aimenux/parameterisedtestsdemo
Comparing the use of parameterized tests across various unit tests frameworks
https://github.com/aimenux/parameterisedtestsdemo
mstest net80 nunit parameterised-tests xunit
Last synced: 3 months ago
JSON representation
Comparing the use of parameterized tests across various unit tests frameworks
- Host: GitHub
- URL: https://github.com/aimenux/parameterisedtestsdemo
- Owner: aimenux
- Created: 2021-01-17T00:35:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T13:41:20.000Z (10 months ago)
- Last Synced: 2025-01-10T00:24:32.056Z (5 months ago)
- Topics: mstest, net80, nunit, parameterised-tests, xunit
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/aimenux/ParameterisedTestsDemo/actions/workflows/ci.yml)
# ParameterisedTestsDemo
```
Comparing the use of parameterized tests across various unit tests frameworks
```In this demo, i m comparing the use of parameterized tests across various unit tests frameworks.
| MSTest | NUnit | XUnit |
|:-:|:-:|:-:|
| DataTestMethod | Test | Theory |
| DataRow | TestCase | InlineData |
| DynamicData | TestCaseData, TestCaseSource | MemberData, ClassData, TheoryData |**`Tools`** : net 8.0, mstest, nunit, xunit