Thanks Naveen for great explanation i was realy blocking with this topic and i got it clearly now ,thanks again!
@comi31882 жыл бұрын
In your @InjectMocks annotation example you say that mockEmployee properties are getting injected into the mockList but it's really the other way around. Properties annotated with @Mock are dependencies of the @InjectMocks property. In this case mockList is injected into the mockEmployee instance.
@nitulsingh58183 жыл бұрын
Your given example is very helpful for me, thank you Naveen.
@naveenautomationlabs3 жыл бұрын
You're most welcome
@nitulsingh58183 жыл бұрын
@@naveenautomationlabs 🙏
@navneetkaurpopli27663 жыл бұрын
wonderful video. Thanks
@kennethcarvalho36842 жыл бұрын
What is software for drawing on the screen
@ruchitsharma7534 жыл бұрын
Finally i got it wat is mockito.
@nehasuri10234 жыл бұрын
Very well explained
@PriyankaGupta-mv8cx4 жыл бұрын
Hi Naveen, Is Mockito restricted to be used only with JUNIT? or We can use it with TestNG as well??