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

https://github.com/heedrox/carlosble-tdd-book-practice


https://github.com/heedrox/carlosble-tdd-book-practice

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Carlos Ble TDD book practice
=============================

The idea of this repo is to have a GIT history of the practice of Chapter 8, 9 and 10 in [Carlos Ble book](http://www.carlosble.com/libro-tdd/?lang=es&from=jmarti-theinit@github).

Exercises are developed in Java.

Based on a skeleton on TDD with Mockito and JUnit [link to github](https://github.com/rashidi/junit-mockito)

## Links

* First import (point of start) - [Link to Github](https://github.com/jmarti-theinit/carlosble-tdd-book-practice/tree/20a2ade379844c959329a392e182d77f6f5204d3)
* Chapter 8 end - [Link to Github](https://github.com/jmarti-theinit/carlosble-tdd-book-practice/tree/0.8)


## Credits

* Thanks to @CarlosBle [https://twitter.com/carlosble] for writing such an amazing book in Spanish.
* Thanks to Rashidi [https://github.com/rashidi] for the skeleton for junit and mockito