Appendix J. Source Code Examples
All of the code examples I’ve used in the book are available in my repo on GitHub. So, if you ever want to compare your code against mine, you can take a look at it there.
Each chapter has its own branch named after it, like so:
Be aware that each branch contains all of the commits for that chapter, so its state represents the code at the end of the chapter.
Full List of Links for Each Chapter
- Chapter 1
- Chapter 2
-
https://github.com/hjwp/book-example/tree/chapter_02_unittest
- Chapter 3
-
https://github.com/hjwp/book-example/tree/chapter_unit_test_first_view
- Chapter 4
-
https://github.com/hjwp/book-example/tree/chapter_philosophy_and_refactoring
- Chapter 5
-
https://github.com/hjwp/book-example/tree/chapter_post_and_database
- Chapter 6
-
https://github.com/hjwp/book-example/tree/chapter_explicit_waits_1
- Chapter 7
-
https://github.com/hjwp/book-example/tree/chapter_working_incrementally
- Chapter 8
-
https://github.com/hjwp/book-example/tree/chapter_prettification
- Chapter 9
-
https://github.com/hjwp/book-example/tree/chapter_manual_deployment
- Chapter 10
-
https://github.com/hjwp/book-example/tree/chapter_making_deployment_production_ready
- Chapter 11
-
https://github.com/hjwp/book-example/tree/chapter_automate_deployment_with_fabric
- Chapter 12
-
https://github.com/hjwp/book-example/tree/chapter_organising_test_files
- Chapter 13