An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![.NET 5](https://github.com/aimenux/TestDomeKatas/workflows/.NET%205/badge.svg)

# 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