Book Image

Mockito Essentials

By : Sujoy Acharya
Book Image

Mockito Essentials

By: Sujoy Acharya

Overview of this book

Table of Contents (14 chapters)

Chapter 2. Socializing with Mockito

"The significant problems that exist in the world today cannot be solved by the level of thinking that created them."

– Albert Einstein

This chapter distills the Mockito framework to its main core and provides technical examples. No previous knowledge of Mocking is necessary.

The following topics are covered in this chapter:

  • Exploring Mockito

  • Working with Mockito

  • Understanding the Mockito architecture

The Exploring Mockito section covers the unit test qualities and significance of Mockito in unit testing.

The Working with Mockito section explicates the Mockito framework and covers the following topics:

  • Stubbing method calls

  • Verifying method invocation

  • Matching arguments

  • Answering method calls

The Understanding the Mockito architecture section explains the internal architecture of Mockito.