Editorial Reviews
Over 65 recipes to get you up and running with unit testing
Overview
- Implement best practices to perform tests with Mockito
- Extend Mockito with other popular Java-based unit testing frameworks such as JUnit and Powermock
- A focused guide with many recipes on testing your software using Mockito
In Detail
Mockito is a testing framework that allows you to easily create test doubles (mocks) of the system under test’s collaborators. You can use mocks to better simulate the behavioral patterns of your software in isolation to receive feedback from tests as soon as possible.
This book consists of recipes that depict the usage of a vast majority of Mockito functionalities in real-life examples. It goes beyond the documentation and covers how Mockito works and shows the steps to write effective tests using Mockito. This is a focused guide with lots of practical recipes of business issues and presentation of the entire test of the system. This book shows the use of Mockito’s popular unit testing frameworks such as JUnit, PowerMock, TestNG, and so on.
What you will learn from this book
- Create beautiful tests using Mockito
- Create mocks and spies in a number of ways
- Implement best practices to perform tests with Mockito
- Extend Mockito with other popular Java-based unit testing frameworks such as JUnit and PowerMock
- Stub behavior of mocks and spies
- Verify test doubles with Mockito
- Write good tests using Mockito
- Integrate Mockito with DI systems
- Compare Mockito to other mocking frameworks
- Verify the behavior of your system under test
Approach
This is a focused guide with lots of practical recipes with presentations of business issues and presentation of the whole test of the system. This book shows the use of Mockito’s popular unit testing frameworks such as JUnit, PowerMock, TestNG, and so on.
Who this book is written for
If you are a software developer with no testing experience (especially with Mockito) and you want to start using Mockito in the most efficient way then this book is for you. This book assumes that you have a good knowledge level and understanding of Java-based unit testing frameworks.
Table of Contents
Chapter 1. Getting Started with Mockito
Chapter 2. Creating Mocks
Chapter 3. Creating Spies and Partial Mocks
Chapter 4. Stubbing Behavior of Mocks
Chapter 5. Stubbing Behavior of Spies
Chapter 6. Verifying Test Doubles
Chapter 7. Verifying Behavior with Object Matchers
Chapter 8. Refactoring with Mockito
Chapter 9. Integration Testing with Mockito and DI Frameworks
Chapter 10. Mocking Libraries Comparison
Book Details
- Author: Marcin Grzejszczak
- Pages: 264 pages
- Edition: 1
- Publication Date: 2014-06-24
- Publisher: Packt Publishing
- Language: English
- ISBN-10: 1783982748
- ISBN-13: 9781783982745
Book Preview
Click to Look Inside This eBook: Browse Sample Pages
PDF eBook Free Download
Note: There is a file embedded within this post, please visit this post to download the file.
The post Mockito Cookbook appeared first on Fox eBook.
Read Source: Mockito Cookbook»