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