Which of the following inbuilt matcher is used to determine whether a value does not match the output of any function?

14. Which of the following inbuilt matcher is used to determine whether a value does not match the output of any function?

  1. NotEqual ()
  2. nottoMatch ()
  3. toEqual ()
  4. Not.toEqual()

Answer: D) Not.toEqual()

Explanation:

Not.toEqual () is used to determine whether a value does not match the output of any function.

Comments and Discussions!

Load comments ↻






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