Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kros-sk/kros.unittestsworkshop
https://github.com/kros-sk/kros.unittestsworkshop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kros-sk/kros.unittestsworkshop
- Owner: Kros-sk
- Created: 2023-09-29T11:34:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-22T06:59:53.000Z (about 1 year ago)
- Last Synced: 2024-07-12T07:27:58.829Z (6 months ago)
- Language: C#
- Size: 84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kros.UnitTestsWorkshop
- [x] [Stryker.NET - mutation testing. Ako testovať testy?](https://stryker-mutator.io/docs/stryker-net/introduction/)
- [x] [AutoBogus - Ako si pripraviť testovacie dáta?](https://github.com/nickdodd79/AutoBogus)
- [x] [Verify - Ako si zjednodušiť assertovanie zložitých dátových štruktúr?](https://github.com/VerifyTests/Verify)
- [x] [FsCheck - Random testing](https://fscheck.github.io/FsCheck/RunningTests.html)## Only to mention
- [x] [Gherkin - Ako nechať písať testovací scenár neprogramátorom?](https://docs.specflow.org/projects/specflow/en/latest/Integrations/xUnit.html)
- [x] [Squadron.SqlServer - Ako testovať integráciu s databázou?](https://swisslife-oss.github.io/squadron/docs/sqlserver)
- [x] [WireMock.Net - Ako testovať kód závislý od externého API?](https://github.com/WireMock-Net/WireMock.Net)
- [ ] [FluentAssertions](https://fluentassertions.com/)
- [ ] [NSubstitute](https://nsubstitute.github.io/)