justin cater
Posts: 19616
Nickname: justin78
Registered: Mar, 2011
|
Justin Cater is executive editor at Java Code Geeks
|
|
|
|
Mockito Spy Example
|
Posted: Mar 18, 2015 5:20 PM
|
|
|
This post originated from an RSS feed registered with Java Buzz
by justin cater.
|
Original Post: Mockito Spy Example
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
|
Latest Java Buzz Posts
Latest Java Buzz Posts by justin cater
Latest Posts From Java Code Geeks
|
|
In this article, I am going to show you an example of Mockito Spy. There are times when we would like to use most of the original object’s behavior but mock only a portion of it. This is called spying objects, also called as partial mocking. Before I start with the example, let me first ...
Read: Mockito Spy Example
|
|