Tests if objects are identical.
Parameters:
Name |
Type |
Description |
actual |
*
|
|
expected |
*
|
|
Returns:
|
Tests if objects are equal.
Parameters:
Returns:
|
Tests if value is a member of the object.
Parameters:
Name |
Type |
Description |
actual |
*
|
|
expected |
Array
|
Object
|
|
Returns:
|
Tests if objects are not identical.
Parameters:
Name |
Type |
Description |
actual |
*
|
|
expected |
*
|
|
Returns:
|
Tests if a callback throws an exception. Compares the thrown error only when argument expected is given. Note: Error messages are localised ("Error: message" vs. "Chyba: message").
Parameters:
Name |
Type |
Attributes |
Description |
actual |
function
|
|
|
expected |
*
|
<optional>
|
(optional) |
Returns:
|
Tests if objects are not equal.
Parameters:
Returns:
|
Tests if value is not a member of the object.
Parameters:
Name |
Type |
Description |
actual |
*
|
|
expected |
Array
|
Object
|
|
Returns:
|
Tests if a callback doesn't throw an exception. Compares the thrown error only when argument expected is given. Note: Error messages are localised ("Error: message" vs. "Chyba: message").
Parameters:
Name |
Type |
Attributes |
Description |
actual |
function
|
|
|
expected |
*
|
<optional>
|
(optional) |
Returns:
|