diff -r 000000000000 -r 40c8f766c9b8 src/cm/media/js/lib/yui/yui_3.0.0b1/api/Assert.UnexpectedError.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.0.0b1/api/Assert.UnexpectedError.html Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,314 @@ + + + + + API: test Assert.UnexpectedError (YUI Library) + + + + + + + + + + +
+
+

Yahoo! UI Library

+

test  3.0.0b1

+ Yahoo! UI Library + > test + > Assert.UnexpectedError + +
+
+ Search: +
+   +
+
+
+
+ +
+
+
+
+
+ Filters + + + +
+
+ +

+ + + + + Class Assert.UnexpectedError + + - extends Assert.Error + + +

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

Constructor

+
+
+ Assert.UnexpectedError + + ( + + + + cause + ) + +
+
+
Parameters:
+
+ cause + <Error> + + The unexpected error that caused this error to be +thrown. +
+
+ + +
+
+
+
+ +
+
+

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

Properties inherited from Assert.Error:

+
+ + + + name + + + +
+
+
+
+ +
+ +
+
+

Methods inherited from Assert.Error:

+
+ + + getMessage, + + + toString, + + + valueOf + + +
+
+
+
+ +
+ + +
+ +
+ +
+ +
+
+ +
+
+
+ Copyright © 2009 Yahoo! Inc. All rights reserved. +
+
+ + +