API Docs for: 3.5.0
Show:

Test.ShouldFail Class

Extends YUITest.AssertionError
Module: widget-parent

ShouldFail is subclass of AssertionError that is thrown whenever a test was expected to fail but did not.

Constructor

Test.ShouldFail

(
  • message
)

Parameters:

  • message String

    The message to display when the error occurs.

Item Index

Properties

Properties

name

String

The name of the error that occurred.