src/cm/media/js/lib/yui/yui_3.0.0b1/api/Assert.ShouldError.html
changeset 0 40c8f766c9b8
equal deleted inserted replaced
-1:000000000000 0:40c8f766c9b8
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       
     2 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
       
     3 <head>
       
     4     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
       
     5 	<title>API: test  Assert.ShouldError   (YUI Library)</title>
       
     6 
       
     7 	<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
       
     8 	<link rel="stylesheet" type="text/css" href="assets/api.css" />
       
     9 
       
    10     <script type="text/javascript" src="assets/api-js"></script>
       
    11     <script type="text/javascript" src="assets/ac-js"></script>
       
    12 </head>
       
    13 
       
    14 <body id="yahoo-com">
       
    15 
       
    16 <div id="doc3" class="yui-t2">
       
    17 	<div id="hd">
       
    18         <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
       
    19         <h3>test&nbsp; <span class="subtitle">3.0.0b1</span></h3>
       
    20         <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> 
       
    21             &gt; <a href="./module_test.html" title="test">test</a>
       
    22                  &gt; Assert.ShouldError 
       
    23                 
       
    24         <form onsubmit="return false">
       
    25             <div id="propertysearch">
       
    26                 Search: <input autocomplete="off" id="searchinput" />
       
    27                 <div id="searchresults">
       
    28                     &nbsp;
       
    29                 </div>
       
    30             </div>
       
    31         </form>
       
    32 	</div>
       
    33 
       
    34 	<div id="bd">
       
    35 		<div id="yui-main">
       
    36 			<div class="yui-b">
       
    37             <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
       
    38                 <fieldset>
       
    39                     <legend>Filters</legend>
       
    40                 <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
       
    41                 <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
       
    42                 <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
       
    43                 </fieldset>
       
    44             </form>
       
    45 
       
    46                     <h2>
       
    47                         
       
    48 
       
    49                         
       
    50                         
       
    51                             Class <b property="yui:name">Assert.ShouldError</b>
       
    52                         <span class="extends">
       
    53                            - extends <a href="Assert.Error.html" title="Assert.Error">Assert.Error</a>
       
    54                         </span>
       
    55 
       
    56                     </h2>
       
    57                     <!-- class tree goes here -->
       
    58                     
       
    59                 
       
    60   
       
    61 
       
    62                     <div class="summary description" property="yui:description">
       
    63                         ShouldError is subclass of Error that is thrown whenever
       
    64 a test is expected to throw an error but doesn't.
       
    65                     </div>
       
    66 
       
    67                         <div class="section constructor details" rel="yui:constructor" resource="#constructor">
       
    68                         <h3 id="constructor">Constructor</h3>
       
    69                         <div class="content">
       
    70                             <div class="detail">
       
    71                                 <strong property="yui:name">Assert.ShouldError</strong>
       
    72                                 <code>
       
    73                                     (
       
    74   
       
    75                                         
       
    76                                                 
       
    77                                                 message
       
    78                                     )
       
    79                                 </code>
       
    80                                 <div class="description">
       
    81                                         <dl rel="yui:parameters">
       
    82                                             <dt>Parameters:</dt>
       
    83                                                 <dd rel="yui:parameter">
       
    84                                                     <code><span property="yui:name">message</span>
       
    85                                                     &lt;<span property="yui:type">String</span>&gt;
       
    86                                                     </code>
       
    87                                                     <span property="yui:description"> The message to display when the error occurs.</span>
       
    88                                                 </dd>
       
    89                                         </dl>
       
    90                                     
       
    91                                     
       
    92                                 </div>
       
    93                             </div>
       
    94                         </div>
       
    95                     </div>
       
    96                     
       
    97                     <div rel="yui:properties" resource="#properties">
       
    98                         <div class="section field details">
       
    99                             <h3 id="properties">Properties</h3>
       
   100                             <div class="content">
       
   101                                     <div class="" rel="yui:property" resource="#property_name">
       
   102                                     <h4><a name="property_name" property="yui:name">name</a>
       
   103                                         - <code><span property="yui:type">String</span></code>
       
   104                                     </h4>
       
   105                                     <div class="detail">
       
   106                                         <div class="description" property="yui:description">
       
   107                                             The name of the error that occurred.
       
   108                                         </div>
       
   109                                     </div>
       
   110      
       
   111                                         
       
   112 
       
   113 
       
   114                                     <hr />
       
   115                                     </div>
       
   116                             </div>
       
   117                         </div>
       
   118 
       
   119                         <div rel="yui:inheritance">
       
   120                         <div class="section field inheritance" rel="yui:superclass"  resource="Assert.Error.html">
       
   121                             <h4>Properties inherited from <a href="Assert.Error.html" property="yui:name" title="Assert.Error">Assert.Error</a>:</h4>
       
   122                             <div class="content" rel="yui:properties">
       
   123                                 <code>
       
   124                                     
       
   125                                         <span rel="yui:property" resource="Assert.Error.html#property_name">
       
   126                                         <a class="" href="Assert.Error.html#property_name" property="yui:name" title="name">name</a>
       
   127                                         </span>
       
   128                                     
       
   129                                 </code>
       
   130                             </div>
       
   131                         </div>
       
   132                         </div>
       
   133                     </div>
       
   134 
       
   135                     <div rel="yui:methods" resource="#methods">
       
   136 
       
   137                         <div rel="yui:inheritance">                    
       
   138                             <div class="section field inheritance" rel="yui:superclass"  resource="Assert.Error.html">
       
   139                                 <h4>Methods inherited from <a href="Assert.Error.html" property="yui:name" title="Assert.Error">Assert.Error</a>:</h4>
       
   140                                 <div class="content" rel="yui:methods">
       
   141                                     <code>
       
   142                                             <span rel="yui:method" resource="Assert.Error.html#method_getMessage">                                        
       
   143                                             <a class="" href="Assert.Error.html#method_getMessage" property="yui:name" title="getMessage">getMessage</a><span class="">,</span>
       
   144                                             </span>
       
   145                                             <span rel="yui:method" resource="Assert.Error.html#method_toString">                                        
       
   146                                             <a class="" href="Assert.Error.html#method_toString" property="yui:name" title="toString">toString</a><span class="">,</span>
       
   147                                             </span>
       
   148                                             <span rel="yui:method" resource="Assert.Error.html#method_valueOf">                                        
       
   149                                             <a class="" href="Assert.Error.html#method_valueOf" property="yui:name" title="valueOf">valueOf</a>
       
   150                                             </span>
       
   151                                     </code>
       
   152                                 </div>
       
   153                             </div>
       
   154                         </div>
       
   155                     </div>
       
   156 
       
   157                     <div rel="yui:events" resource="#events">
       
   158 
       
   159 
       
   160                     </div>
       
   161 
       
   162                     <div rel="yui:attributes" resource="#configattributes">
       
   163 
       
   164                     </div>
       
   165 
       
   166 			</div>
       
   167 		</div>
       
   168 		<div class="yui-b">
       
   169             <div class="nav">
       
   170 
       
   171                     <div id="moduleList" class="module">
       
   172                         <h4>Modules</h4>
       
   173                         <ul class="content">
       
   174                                 <li class=""><a href="module_anim.html" title="anim">anim</a></li>
       
   175                                 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li>
       
   176                                 <li class=""><a href="module_base.html" title="base">base</a></li>
       
   177                                 <li class=""><a href="module_cache.html" title="cache">cache</a></li>
       
   178                                 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li>
       
   179                                 <li class=""><a href="module_collection.html" title="collection">collection</a></li>
       
   180                                 <li class=""><a href="module_console.html" title="console">console</a></li>
       
   181                                 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li>
       
   182                                 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
       
   183                                 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li>
       
   184                                 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
       
   185                                 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li>
       
   186                                 <li class=""><a href="module_dd.html" title="dd">dd</a></li>
       
   187                                 <li class=""><a href="module_dom.html" title="dom">dom</a></li>
       
   188                                 <li class=""><a href="module_dump.html" title="dump">dump</a></li>
       
   189                                 <li class=""><a href="module_event.html" title="event">event</a></li>
       
   190                                 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li>
       
   191                                 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
       
   192                                 <li class=""><a href="module_history.html" title="history">history</a></li>
       
   193                                 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
       
   194                                 <li class=""><a href="module_io.html" title="io">io</a></li>
       
   195                                 <li class=""><a href="module_json.html" title="json">json</a></li>
       
   196                                 <li class=""><a href="module_node.html" title="node">node</a></li>
       
   197                                 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li>
       
   198                                 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li>
       
   199                                 <li class=""><a href="module_oop.html" title="oop">oop</a></li>
       
   200                                 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li>
       
   201                                 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li>
       
   202                                 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
       
   203                                 <li class=""><a href="module_queue.html" title="queue">queue</a></li>
       
   204                                 <li class=""><a href="module_slider.html" title="slider">slider</a></li>
       
   205                                 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
       
   206                                 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li>
       
   207                                 <li class="selected"><a href="module_test.html" title="test">test</a></li>
       
   208                                 <li class=""><a href="module_widget.html" title="widget">widget</a></li>
       
   209                                 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li>
       
   210                                 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li>
       
   211                                 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li>
       
   212                                 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li>
       
   213                                 <li class=""><a href="module_yui.html" title="yui">yui</a></li>
       
   214                         </ul>
       
   215                     </div>
       
   216 
       
   217                     <div id="classList" class="module">
       
   218                         <h4>Classes</h4>
       
   219                         <ul class="content">
       
   220                                 <li class=""><a href="Assert.html" title="Assert">Assert</a></li>
       
   221                                 <li class=""><a href="Assert.ComparisonFailure.html" title="Assert.ComparisonFailure">Assert.ComparisonFailure</a></li>
       
   222                                 <li class=""><a href="Assert.Error.html" title="Assert.Error">Assert.Error</a></li>
       
   223                                 <li class=""><a href="Assert.ObjectAssert.html" title="Assert.ObjectAssert">Assert.ObjectAssert</a></li>
       
   224                                 <li class="selected"><a href="Assert.ShouldError.html" title="Assert.ShouldError">Assert.ShouldError</a></li>
       
   225                                 <li class=""><a href="Assert.ShouldFail.html" title="Assert.ShouldFail">Assert.ShouldFail</a></li>
       
   226                                 <li class=""><a href="Assert.UnexpectedError.html" title="Assert.UnexpectedError">Assert.UnexpectedError</a></li>
       
   227                                 <li class=""><a href="Assert.UnexpectedValue.html" title="Assert.UnexpectedValue">Assert.UnexpectedValue</a></li>
       
   228                                 <li class=""><a href="Test.ArrayAssert.html" title="Test.ArrayAssert">Test.ArrayAssert</a></li>
       
   229                                 <li class=""><a href="Test.Case.html" title="Test.Case">Test.Case</a></li>
       
   230                                 <li class=""><a href="Test.DateAssert.html" title="Test.DateAssert">Test.DateAssert</a></li>
       
   231                                 <li class=""><a href="Test.Format.Mock.html" title="Test.Format.Mock">Test.Format.Mock</a></li>
       
   232                                 <li class=""><a href="Test.Manager.html" title="Test.Manager">Test.Manager</a></li>
       
   233                                 <li class=""><a href="Test.Reporter.html" title="Test.Reporter">Test.Reporter</a></li>
       
   234                                 <li class=""><a href="Test.Runner.html" title="Test.Runner">Test.Runner</a></li>
       
   235                                 <li class=""><a href="Test.Suite.html" title="Test.Suite">Test.Suite</a></li>
       
   236                                 <li class=""><a href="Test.TestNode.html" title="Test.TestNode">Test.TestNode</a></li>
       
   237                                 <li class=""><a href="Test.Wait.html" title="Test.Wait">Test.Wait</a></li>
       
   238                         </ul>
       
   239                     </div>
       
   240 
       
   241                     <div id="fileList" class="module">
       
   242                         <h4>Files</h4>
       
   243                         <ul class="content">        
       
   244                                 <li class=""><a href="ArrayAssert.js.html" title="ArrayAssert.js">ArrayAssert.js</a></li>
       
   245                                 <li class=""><a href="Assert.js.html" title="Assert.js">Assert.js</a></li>
       
   246                                 <li class=""><a href="DateAssert.js.html" title="DateAssert.js">DateAssert.js</a></li>
       
   247                                 <li class=""><a href="Mock.js.html" title="Mock.js">Mock.js</a></li>
       
   248                                 <li class=""><a href="ObjectAssert.js.html" title="ObjectAssert.js">ObjectAssert.js</a></li>
       
   249                                 <li class=""><a href="TestCase.js.html" title="TestCase.js">TestCase.js</a></li>
       
   250                                 <li class=""><a href="TestFormat.js.html" title="TestFormat.js">TestFormat.js</a></li>
       
   251                                 <li class=""><a href="TestManager.js.html" title="TestManager.js">TestManager.js</a></li>
       
   252                                 <li class=""><a href="TestReporter.js.html" title="TestReporter.js">TestReporter.js</a></li>
       
   253                                 <li class=""><a href="TestRunner.js.html" title="TestRunner.js">TestRunner.js</a></li>
       
   254                                 <li class=""><a href="TestSuite.js.html" title="TestSuite.js">TestSuite.js</a></li>
       
   255                         </ul>
       
   256                     </div>
       
   257 
       
   258                     <div id="propertyList" class="module">
       
   259                         <h4>Properties</h4>
       
   260                         <ul class="content">        
       
   261                                 <li class=""><a href="#property_name" title="name">name</a></li>
       
   262                         </ul>
       
   263                     </div>
       
   264 
       
   265 
       
   266 
       
   267 
       
   268             </div>
       
   269 		</div>
       
   270 	</div>
       
   271 	<div id="ft">
       
   272         <hr />
       
   273         Copyright &copy; 2009 Yahoo! Inc. All rights reserved.
       
   274 	</div>
       
   275 </div>
       
   276 <script type="text/javascript">
       
   277     ALL_YUI_PROPS = [{"access": "", "host": "Assert.ComparisonFailure", "name": "actual", "url": "Assert.ComparisonFailure.html#property_actual", "type": "property"}, {"access": "", "host": "Assert", "name": "areEqual", "url": "Assert.html#method_areEqual", "type": "method"}, {"access": "", "host": "Assert", "name": "areNotEqual", "url": "Assert.html#method_areNotEqual", "type": "method"}, {"access": "", "host": "Assert", "name": "areNotSame", "url": "Assert.html#method_areNotSame", "type": "method"}, {"access": "", "host": "Assert", "name": "areSame", "url": "Assert.html#method_areSame", "type": "method"}, {"access": "private", "host": "Assert", "name": "_asserts", "url": "Assert.html#property__asserts", "type": "property"}, {"access": "", "host": "Assert.ComparisonFailure", "name": "expected", "url": "Assert.ComparisonFailure.html#property_expected", "type": "property"}, {"access": "", "host": "Assert", "name": "fail", "url": "Assert.html#method_fail", "type": "method"}, {"access": "protected", "host": "Assert", "name": "_formatMessage", "url": "Assert.html#method__formatMessage", "type": "method"}, {"access": "protected", "host": "Assert", "name": "_getCount", "url": "Assert.html#method__getCount", "type": "method"}, {"access": "", "host": "Assert.Error", "name": "getMessage", "url": "Assert.Error.html#method_getMessage", "type": "method"}, {"access": "", "host": "Assert.UnexpectedValue", "name": "getMessage", "url": "Assert.UnexpectedValue.html#method_getMessage", "type": "method"}, {"access": "protected", "host": "Assert", "name": "_increment", "url": "Assert.html#method__increment", "type": "method"}, {"access": "", "host": "Assert", "name": "isArray", "url": "Assert.html#method_isArray", "type": "method"}, {"access": "", "host": "Assert", "name": "isBoolean", "url": "Assert.html#method_isBoolean", "type": "method"}, {"access": "", "host": "Assert", "name": "isFalse", "url": "Assert.html#method_isFalse", "type": "method"}, {"access": "", "host": "Assert", "name": "isFunction", "url": "Assert.html#method_isFunction", "type": "method"}, {"access": "", "host": "Assert", "name": "isInstanceOf", "url": "Assert.html#method_isInstanceOf", "type": "method"}, {"access": "", "host": "Assert", "name": "isNaN", "url": "Assert.html#method_isNaN", "type": "method"}, {"access": "", "host": "Assert", "name": "isNotNaN", "url": "Assert.html#method_isNotNaN", "type": "method"}, {"access": "", "host": "Assert", "name": "isNotNull", "url": "Assert.html#method_isNotNull", "type": "method"}, {"access": "", "host": "Assert", "name": "isNotUndefined", "url": "Assert.html#method_isNotUndefined", "type": "method"}, {"access": "", "host": "Assert", "name": "isNull", "url": "Assert.html#method_isNull", "type": "method"}, {"access": "", "host": "Assert", "name": "isNumber", "url": "Assert.html#method_isNumber", "type": "method"}, {"access": "", "host": "Assert", "name": "isObject", "url": "Assert.html#method_isObject", "type": "method"}, {"access": "", "host": "Assert", "name": "isString", "url": "Assert.html#method_isString", "type": "method"}, {"access": "", "host": "Assert", "name": "isTrue", "url": "Assert.html#method_isTrue", "type": "method"}, {"access": "", "host": "Assert", "name": "isTypeOf", "url": "Assert.html#method_isTypeOf", "type": "method"}, {"access": "", "host": "Assert", "name": "isUndefined", "url": "Assert.html#method_isUndefined", "type": "method"}, {"access": "", "host": "Assert.Error", "name": "name", "url": "Assert.Error.html#property_name", "type": "property"}, {"access": "", "host": "Assert.ComparisonFailure", "name": "name", "url": "Assert.ComparisonFailure.html#property_name", "type": "property"}, {"access": "", "host": "Assert.UnexpectedValue", "name": "name", "url": "Assert.UnexpectedValue.html#property_name", "type": "property"}, {"access": "", "host": "Assert.ShouldFail", "name": "name", "url": "Assert.ShouldFail.html#property_name", "type": "property"}, {"access": "", "host": "Assert.ShouldError", "name": "name", "url": "Assert.ShouldError.html#property_name", "type": "property"}, {"access": "protected", "host": "Assert", "name": "_reset", "url": "Assert.html#method__reset", "type": "method"}, {"access": "", "host": "Assert.Error", "name": "toString", "url": "Assert.Error.html#method_toString", "type": "method"}, {"access": "", "host": "Assert.ComparisonFailure", "name": "toString", "url": "Assert.ComparisonFailure.html#method_toString", "type": "method"}, {"access": "", "host": "Assert.UnexpectedValue", "name": "unexpected", "url": "Assert.UnexpectedValue.html#property_unexpected", "type": "property"}, {"access": "", "host": "Assert.Error", "name": "valueOf", "url": "Assert.Error.html#method_valueOf", "type": "method"}, {"access": "", "host": "Assert", "name": "Y.assert", "url": "Assert.html#method_Y.assert", "type": "method"}, {"access": "", "host": "Assert", "name": "Y.fail", "url": "Assert.html#method_Y.fail", "type": "method"}];
       
   278 </script>
       
   279 </body>
       
   280 </html>