Version 3.17.2
Show:

Test.UnexpectedError Class

Extends YUITest.AssertionError
Module: test

UnexpectedError is subclass of AssertionError that is thrown whenever an error occurs within the course of a test and the test was not expected to throw an error.

Item Index

Properties

Properties

cause

Error

The unexpected error that occurred.

name

String

The name of the error that occurred.

stack

String

Stack information for the error (if provided).