In Jasmine, which of the following Boolean matcher is used to determine if the result is true or false?

🎲 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.


In Jasmine, which of the following Boolean matcher is used to determine if the result is true or false?