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.
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.