https://github.com/aimenux/testdomekatas
Some katas from test dome website
https://github.com/aimenux/testdomekatas
benchmarkdotnet net50 nunit-tests testdome vs19
Last synced: 8 months ago
JSON representation
Some katas from test dome website
- Host: GitHub
- URL: https://github.com/aimenux/testdomekatas
- Owner: aimenux
- Created: 2021-02-19T15:14:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T18:30:48.000Z (over 5 years ago)
- Last Synced: 2025-08-23T19:25:16.952Z (9 months ago)
- Topics: benchmarkdotnet, net50, nunit-tests, testdome, vs19
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# TestDomeKatas
```
Some katas from test dome website
```
> In this repo, i m playing with some katas from [test dome web site](https://www.testdome.com/). The repo is structured into 3 projects:
>
> :one: `TestDomeKatas` : a class library containing kata description & proposed solution
>
> :two: `TestDomeKatasTests` : an nunit test project in order to verify proposed solution
>
> :three: `TestDomeKatasBenchs` : a console app project in order to bench proposed solution
>
> Katas are the following :
>
> :writing_hand: `SortedSearchKata`
>
> :writing_hand: `TrainCompositionKata`
>
> :writing_hand: `ParagraphKata`
>
**`Tools`** : vs19, net 5.0, nunit, fluentassertions, benchmarkdotnet