Test.UnexpectedValue Class
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.
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.
getMessage
Defined in
test/js/UnexpectedValue.js:42
Returns a fully formatted error for an assertion failure. This message provides information about the expected and actual values.