IsFalse

IsFalse

IsFalse A test that asserts the actual value is strictly `false`. Can accept a boolean value or a function returning boolean. Inherits from Assert.

Constructor

new IsFalse(testName, actual, thisArgopt)

Description:
  • Asserts that a value is strictly `false`.
Source:
Parameters:
Name Type Attributes Description
testName string The name of the test.
actual any | function The value or function to evaluate.
thisArg any <optional>
Optional context for evaluation.

Classes

IsFalse