ENGLISH

Practical Unit Testing with Testng and Mockito

Book information

Publisher
kaczanowscy.pl Tomasz Kaczanowski
Year
2012
ISBN
978-8393489305
Language
english
Format
PDF
Filesize
6 MB (6157723 bytes)
Series
Practical Unit Testing
Pages
\315
Time added
2016-08-11 10:59:53

Description

This book explains in detail how to implement unit tests using two very popular open source Java technologies: TestNG and Mockito. It presents a range of techniques necessary to write high quality unit tests - e.g. mocks, parametrized tests and matchers. It also discusses trade-offs related to the choices we have to make when dealing with some real-life code issues.The book stresses the importance of writing readable and maintainable unit tests, and puts a lot of stress on code quality. It shows how to achieve testable code and to eliminate common mistakes by following the Test Driven Development approach. Every topic discussed in the book is illustrated with code examples, and each chapter is accompanied by some exercises.

Similar books