Chapter 3
- [APPE14]: Appel. Clean SWT Listener Notifications with SWTEventHelper. http://www.codeaffine.com/2014/03/10/clean-swt-listener-notifcations-with-swteventhelper/. 2014.
- [BOLD11]: Boldischar. Mocking Frameworks Considered Harmful, http://www.disgruntledrats.com/?p=620. 2011.
- [EASYMO]: EasyMock. http://easymock.org/.
- [FRPR10]: Freeman and Pryce. Growing Object-Oriented Software, Guided by Tests. Addison-Wesley. 2010.
- [MIVIPR]: Wikipedia. Minimal viable product. https://en.wikipedia.org/wiki/Minimum_viable_product.
- [FOWL04]: Fowler. Inversion of Control Containers and the Dependency Injection pattern. http://martinfowler.com/articles/injection.html. 2004.
- [FOWL05]: Fowler. FluentInterface. http://martinfowler.com/bliki/FluentInterface.html. 2005.
- [GOUL12]: Goulding. Test Double Terminology. http://jakegoulding.com/blog/2012/01/12/test-double-terminology/. 2012.
- [JMOCK] : jMock. http://www.jmock.org/.
- [KACZ13]: Kaczanowski. Practical Unit Testing with JUnit and Mockito. 2013.
- [MART02]: Martin...