What should I do if I want to make sure that a particular method of a class is getting called ?
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers

 Q1. What should I do if I want to make sure that a particular method of a class is getting called ?
Ans. If its a static method of the class , we can use verify to make sure its getting called.

If its an instance method , We can mock the object and then use verify with the mocked object to make sure that the method is getting called.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     junit   mockito   mock


Related Questions

  Which of the following is not the advantage of Mocking frameworks ?
  What are the steps to be performed while coding Junit with Mocking framework ?
  Difference between Assert and Verify ?
  What is the use of Mockito.any ?
 Have you ever tried mocking static methods ?
 Can we mock static methods ?
 How do you use Mock frmaework to test webservices in any of your previous project ?
 Can we mock static methods using Mockito ?
 Do you use Mockito's generic any method or just prefer to use specific arguments ?



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: