Version 3.17.2
Show:

Test.UnexpectedValue Class

Extends AssertionError
Module: test

UnexpectedValue is subclass of Error that is thrown whenever a value was unexpected in its scope. This typically means that a test was performed to determine that a value was not equal to a certain value.

Item Index

Methods

Properties

Methods

getMessage

() String

Returns a fully formatted error for an assertion failure. This message provides information about the expected and actual values.

Returns:

String:

A string describing the error.

Properties

name

String

The name of the error that occurred.

unexpected

Object

The unexpected value.