Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying MOCKITO COOKBOOK
  • Table Of Contents Toc
  • Feedback & Rating feedback
MOCKITO COOKBOOK

MOCKITO COOKBOOK

By : Grzejszczak
4.3 (4)
close
close
MOCKITO COOKBOOK

MOCKITO COOKBOOK

4.3 (4)
By: Grzejszczak

Overview of this book

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. 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 (12 chapters)
close
close
11
Index

Verifying that interactions never happened


In this recipe, we will verify the following two cases:

  • A specified method on a mock was never executed

  • The methods on the mock were executed

You might wonder whether there is any reason to check that a method on a mock was never executed. Well, imagine that your company is paying plenty of money for a bank transfer (let's assume that it's done via a web service). Having such business requirements where if some initial conditions were not met the bank transfer should not take place, you can check whether the method was executed.

If you actually need to verify that no more interactions took place on the mock, then perhaps you shouldn't actually have done this (check the link, http://monkeyisland.pl/2008/07/12/should-i-worry-about-the-unexpected/, for Szczepan Faber's article on that topic). If it's not a business requirement, you should not worry about the unexpected; perhaps, some additional methods of the mock can actually be executed if it doesn't...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech

Create a Note

Modal Close icon
You need to login to use this feature.
notes
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Delete Note

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Edit Note

Modal Close icon
Write a note (max 255 characters)
Cancel
Update Note

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY