Home »
MCQs »
EasyMock MCQs
EasyMock determines whether or not a mock is being utilized by using which method
9. EasyMock determines whether or not a mock is being utilized by using which method.
- Check()
- CheckMock()
- Verify()
- VerifyMock()
Answer: C) Verify()
Explanation:
Verify() method is used to determine whether or not a mock is being utilized.