diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/api/classes/Test.UnexpectedValue.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/api/classes/Test.UnexpectedValue.html Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,1828 @@ + + + + + Test.UnexpectedValue - YUI 3 + + + + + + + + +
+
+
+ +

+ +
+
+ API Docs for: 3.10.3 +
+
+
+ +
+ +
+
+
+ Show: + + + + + + + +
+ + +
+
+
+

Test.UnexpectedValue Class

+
+ + + +
+ Extends AssertionError +
+ + + + + + + + + Module: test + + + + +
+ + + +
+

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.

+
+ + + +
+ + +
+
+

Item Index

+ + +
+

Methods

+ + +
+ + + +
+

Properties

+ + +
+ + + + + +
+ + +
+

Methods

+ + +
+

getMessage

+ + + () + + + + + String + + + + + + + + + + + + + + + +
+ + + +

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

+
+ + + + +
+

Returns:

+ +
+ + + String: + + A string describing the error. + +
+
+ + + +
+ + +
+ + + +
+

Properties

+ + +
+

name

+ String + + + + + + + + + +
+ + + +

+ + Defined in + + + + + test/js/UnexpectedValue.js:27 + +

+ + + + +
+ +
+

The name of the error that occurred.

+
+ + + + + + +
+ + +
+

unexpected

+ Object + + + + + + + + + +
+ + + +

+ + Defined in + + + + + test/js/UnexpectedValue.js:20 + +

+ + + + +
+ +
+

The unexpected value.

+
+ + + + + + +
+ + +
+ + + + + +
+
+ +
+
+
+
+
+
+ + + + + + + + + +