https://github.com/heedrox/carlosble-tdd-book-practice
https://github.com/heedrox/carlosble-tdd-book-practice
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/heedrox/carlosble-tdd-book-practice
- Owner: heedrox
- Created: 2016-09-11T14:34:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T21:05:14.000Z (almost 10 years ago)
- Last Synced: 2025-03-11T02:33:42.168Z (over 1 year ago)
- Language: Java
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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