Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epomatti/dojo-for-net
Unit test dojo exercises for .NET
https://github.com/epomatti/dojo-for-net
dotnet-core efcore entity-framework-core mock nsubstitute rabbitmq specflow testing unit-testing xunit
Last synced: about 8 hours ago
JSON representation
Unit test dojo exercises for .NET
- Host: GitHub
- URL: https://github.com/epomatti/dojo-for-net
- Owner: epomatti
- License: mit
- Created: 2019-11-05T13:16:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T20:55:06.000Z (10 months ago)
- Last Synced: 2024-01-17T04:57:07.318Z (10 months ago)
- Topics: dotnet-core, efcore, entity-framework-core, mock, nsubstitute, rabbitmq, specflow, testing, unit-testing, xunit
- Language: C#
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET Core Dojo
Dojo exercises for .NET Core.
[![Actions Status](https://github.com/evandropomatti/hbsis-dojo-for-net/workflows/dotnetcore/badge.svg)](https://github.com/evandropomatti/hbsis-dojo-for-net/actions)
## Exercises
Each module is kept separate for each day of the course:
⚪ [White Belt](solutions/WhiteBelt) - Plain Unit Tests
🟡 [Yellow Belt](solutions/YellowBelt) - Mocked Unit Tests
🟢 [Green Belt](solutions/GreenBelt) - Integration Testing
🔵 [Blue Belt](solutions/BlueBelt) - Real Scenario
🔴 [Red Belt](solutions/RedBelt) - Acceptance tests using Specflow.
Upgraded to `.NET Core 6`