Update home authored by Johannes Hoelken's avatar Johannes Hoelken
...@@ -39,6 +39,9 @@ A huge list of kata including comments and implementation examples can be found ...@@ -39,6 +39,9 @@ A huge list of kata including comments and implementation examples can be found
- [xUnit testing patterns (xunitpatterns.com)](http://xunitpatterns.com/) Best practices and patterns for unit testing - [xUnit testing patterns (xunitpatterns.com)](http://xunitpatterns.com/) Best practices and patterns for unit testing
## Presentations ## Presentations
### IMPRS Talk on Unit Testing
[Tools Talk slides](https://owncloud.gwdg.de/index.php/s/vTgSVsmzt3a7zci)
### TDD Examples ### TDD Examples
An example of TDDing a class that generates the list of prime factors for a given number by Robert C Martin: [Slides](http://butunclebob.com/files/downloads/Prime%20Factors%20Kata.ppt). An example of TDDing a class that generates the list of prime factors for a given number by Robert C Martin: [Slides](http://butunclebob.com/files/downloads/Prime%20Factors%20Kata.ppt).
... ...
......