Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyberlight/katas

TDD Katas using different programming languages
https://github.com/cyberlight/katas

Last synced: 20 days ago
JSON representation

TDD Katas using different programming languages

Awesome Lists containing this project

README

        

TDD Katas
=========

**TDD Katas using different programming languages**

* * *
#### TDD Katas folder structure

* ```csharp``` - folder with katas realized using C#
* ```csharp\StringCalculator``` - kata StringCalculator realized using ```AutoFixture``` and ```XUnit``` for writing kata's tests

* * *

##### C# StringCalculator Instructions
* Please see ```README.md``` at ```csharp\StringCalculator``` folder

* * *

##### Used frameworks, libs and tools

###### StringCalculator kata (csharp)

* ```AutoFixture```
* ```xUnit```
* ```xUnit Extentions```

* ```VS2012 Express for Windows Desktop```
* ```NuGet package manager```

* * *