search

AssertionError

Exported By
Extends

Error object for failed assertions.

new AssertionError( messagePattern, messageArgs )

Parameters
messagePatternstring

The pattern that was used to form message.

messageArgsArray<*>

The items to substitute into the pattern.

Instance Properties