Skip to content

Commit 3d64c1d

Browse files
Merge pull request #9 from ipcenas/master
Added TDD in Java to categories and JUnit in Action, Third Edition
2 parents e98a0ff + 4a9b190 commit 3d64c1d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven
2222
- [Reactjs](#reactjs)
2323
- [TDD in Ruby](#tdd-in-ruby)
2424
- [Rails](#rails)
25+
- [TDD in Java](#tdd-in-java)
26+
- [JUnit](#junit)
2527
- [TDD in C#](#tdd-in-C#)
2628

2729
## TDD IN PYTHON
@@ -142,6 +144,13 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven
142144
* [15 TDD Steps to create a Rails Application](http://andrzejonsoftware.blogspot.com.ng/2007/05/15-tdd-steps-to-create-rails.html)
143145
* [Learn TDD with Ror](https://github.com/fsproru/tdd_with_ror)
144146

147+
148+
## TDD IN JAVA
149+
150+
### JUnit
151+
* [JUnit in Action, Third Edition](https://www.manning.com/books/junit-in-action-third-edition)
152+
153+
=======
145154
## TDD IN C#
146155

147156
* [Get some hands-on practice with test-driven development in C#](https://www.freecodecamp.org/news/tdd-explanation-hands-on-practice-with-c-a0124338be44/)

0 commit comments

Comments
 (0)