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

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

test-console Module

+
+ + + User Guide & Examples + + + + + + + + + + +

Available since 3.5.0

+ +
+ + + +
+

Provides a specialized log console widget that's pre-configured to display YUI +Test output with no extra configuration.

+
+ + +
+

Example:

+
+
<div id="log" class="yui3-skin-sam"></div>
+
+<script>
+YUI().use('test-console', function (Y) {
+    // ... set up your test cases here ...
+
+    // Render the console inside the #log div, then run the tests.
+    new Y.Test.Console().render('#log');
+    Y.Test.Runner.run();
+});
+</script>
+
+
+
+ + +
+
+ +

This module provides the following classes:

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