Writes an error to the log if targetObject wasn't constructed by the passed in constructor function. Returns String containing the error message written to the log.
| Parameter | Type | Description |
|---|---|---|
| object | Object | Object to check for constructing function. |
| constructorFunction | Function | Expected constructor function. |
| message | String | Custom message to use if the assertion fails. Message will be run through template evaluation against messageProperties so you can include details of the assertion failure in the message. |
| messageProperties | Object | Object containing values to use with template evaluation. |







0 Comments