A new book which I have already read is about testing. About white box testing in java. A new of the book is "Practical Unit Testing with TestNG and Mockito". An author of the book is Tomek Kaczanowski. Before I'll start a book review I want to mention that I have had previous experience in unit testing, but this book has opened for me new aspects in unit testing.
Tag Archives Mockito
This time I want to make an overview of testing framework Mockito. Definitely this is one of the most popular tools for the testing of java code. I have already made the overview of the Mockito's competitor - EasyMock. This post will be based on the sample application from the post about EasyMock. I mean classes which represent coffee machine…