https://github.com/joanjane/test-doubles-training
Test doubles and testability exercises and samples in dotnet core
https://github.com/joanjane/test-doubles-training
netcore test-doubles testing unit-testing
Last synced: about 2 months ago
JSON representation
Test doubles and testability exercises and samples in dotnet core
- Host: GitHub
- URL: https://github.com/joanjane/test-doubles-training
- Owner: joanjane
- Created: 2018-11-14T10:21:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:08:03.000Z (over 2 years ago)
- Last Synced: 2024-10-24T02:30:52.374Z (6 months ago)
- Topics: netcore, test-doubles, testing, unit-testing
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test doubles & testability training
This repo contains some samples and exercises to practice different test doubles and cover testability issues.
Check out this [exercises](./TestTraining.Kata/Readme.md) and this [test doubles samples](./TestTraining.Tests/Readme.md)