Book Image

Mockito Cookbook

By : Marcin Grzejszczak
Book Image

Mockito Cookbook

By: Marcin Grzejszczak

Overview of this book

Table of Contents (17 chapters)
Mockito Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Verifying Behavior with Object Matchers

In this chapter, we will cover the following recipes:

  • Using Hamcrest matchers for assertions

  • Creating custom Hamcrest matchers

  • Using Hamcrest matchers for stubbing and verification

  • Using AssertJ for assertions

  • Creating custom AssertJ assertions

  • Capturing and asserting the argument