书籍 Mockito Cookbook的封面

Mockito Cookbook

Marcin Grzejszczak

出版时间

2014-05-31

ISBN

9781783982745

评分

★★★★★
书籍介绍

About This Book

* 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

Who This Book Is 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.

What You Will Learn

* 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

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.

About the Author

Marcin Grzejszczak

Marcin Grzejszczak is an experienced Java programmer. He is enthusiastic about clean coding and good design. He has contributed to several open source projects (Drools, Moco, Mockito, Spock, and so on) and to Groovy core. He is the co-organizer of the Warsaw Groovy User Group. He is a member of the Most Valuable Blogger program at DZone and J...

(展开全部)

目录
1: GETTING STARTED WITH MOCKITO
2: CREATING MOCKS
3: CREATING SPIES AND PARTIAL MOCKS
4: STUBBING BEHAVIOR OF MOCKS
5: STUBBING BEHAVIOR OF SPIES

显示全部
用户评论
github: https://github.com/marcingrzejszczak/mockito-cookbook 对我来说,挺挣扎的一本书。