Mockito Cookbook (by Marcin Grzejszczak)


Author(s): Marcin Grzejszczak

Publisher: Packt Publishing – ebooks Account
Publish date: 2014-06-24
ISBN-10: 1783982748
ISBN-13: 9781783982745
Language: English
Description:
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… more…

Read Source: Mockito Cookbook (by Marcin Grzejszczak)»

Leave a Reply

Your email address will not be published. Required fields are marked *