TestError
Information about an error thrown during test execution.
#
testError.messageError message. Set when Error (or its subclass) has been thrown.
#
testError.stackError stack. Set when Error (or its subclass) has been thrown.
#
testError.valueThe value that was thrown. Set when anything except the Error (or its subclass) has been thrown.