Constructor
new NoThrows(testName, fnnullable, thisArgopt)
- Description:
- Tests that a function does NOT throw.
- Source:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
testName |
string | Name of the test. | |
fn |
function |
<nullable> |
The function to test. |
thisArg |
any |
<optional> |
Optional `this` context. |