Which of the following inbuilt matcher just compares if the outcome of the operation sent as an argument to this method matches or not?

🎲 Try a Random Question  |  Total Questions in Quiz: 25  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Jasmine.js Practice Test — practice the complete quiz, review flashcards, or try a random question.

Jasmine.js is an open-source testing framework for JavaScript. It aims to run on any JavaScript-enabled platform, to not intrude on the application nor the IDE, and to have easy-to-read syntax. It is heavily influenced by other unit testing frameworks, such as ScrewUnit, JSSpec, JSpec, and RSpec.


Which of the following inbuilt matcher just compares if the outcome of the operation sent as an argument to this method matches or not?