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.

  1. Check()
  2. CheckMock()
  3. Verify()
  4. VerifyMock()

Answer: C) Verify()

Explanation:

Verify() method is used to determine whether or not a mock is being utilized.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.