diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/api/classes/Test.TestSuite.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.TestSuite.html Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,2008 @@ + + + + + Test.TestSuite - YUI 3 + + + + + + + + +
+
+
+ +

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

Test.TestSuite Class

+
+ + + + + +
+ Defined in: test/js/TestSuite.js:3 +
+ + + + + Module: test + + + + +
+ + + +
+

A test suite that can contain a collection of TestCase and TestSuite objects.

+
+ + + +
+ + +
+
+

Item Index

+ + +
+

Methods

+ + +
+ + + +
+

Properties

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

Methods

+ + +
+

add

+ + +
+ (
    + +
  • + + testObject + +
  • + +
) +
+ + + + + Void + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + test/js/TestSuite.js:52 + +

+ + + + + +
+ +
+

Adds a test suite or test case to the test suite.

+
+ + +
+

Parameters:

+ +
    + +
  • + + testObject + Test.TestSuite | | YUITest.TestCase + + + + +
    +

    The test suite or test case to add.

    +
    + + +
  • + +
+
+ + + +
+

Returns:

+ +
+ + + Void: + + +
+
+ + + +
+ + +
+

setUp

+ + + () + + + + + Void + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + test/js/TestSuite.js:69 + +

+ + + + + +
+ +
+

Function to run before each test is executed.

+
+ + + + +
+

Returns:

+ +
+ + + Void: + + +
+
+ + + +
+ + +
+

tearDown

+ + + () + + + + + Void + + + + + + + + + + + + + + + +
+ + + +

+ + Defined in + + + + + test/js/TestSuite.js:77 + +

+ + + + + +
+ +
+

Function to run after each test is executed.

+
+ + + + +
+

Returns:

+ +
+ + + Void: + + +
+
+ + + +
+ + +
+ + + +
+

Properties

+ + +
+

items

+ Array + + + + + private + + + + + + +
+ + + +

+ + Defined in + + + + + test/js/TestSuite.js:21 + +

+ + + + +
+ +
+

Array of test suites and test cases.

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

name

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

+ + Defined in + + + + + test/js/TestSuite.js:14 + +

+ + + + +
+ +
+

The name of the test suite.

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