What is a Mockito mock?
Practice this question from Quiz: JUnit and Mockito, with options and an explanation.
Question
What is a Mockito mock?
Option A — Correct answer
A fake object whose behavior is stubbed for the test
Mocks replace collaborators so the unit under test can be isolated.
Option B
A real database transaction
Option C
A JVM thread
Option D
A Spring bean scope