Constructor
new IsNotNull(testName, actual, thisArgopt)
- Description:
- Constructs a not-null assertion.
- Source:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
testName |
string | Descriptive name of the test. | |
actual |
any | function | Value to check. | |
thisArg |
any |
<optional> |
Optional context for invocation. |