Code Index | File Index

Namespaces

Classes


Namespace CKEDITOR.test

Contains functions used at our testing environment. Currently, our testing system is based on the YUI Test Project.
Defined in: test.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Contains functions used at our testing environment.
Method Summary
Method Attributes Method Name and Description
<static>  
CKEDITOR.test.addTestCase(testCase)
Adds a test case to the test runner.
Namespace Detail
CKEDITOR.test
Since: 3.0
Contains functions used at our testing environment. Currently, our testing system is based on the YUI Test Project.
Method Detail
<static> CKEDITOR.test.addTestCase(testCase)
Adds a test case to the test runner.
NO EXAMPLE AVAILABLE
Parameters:
{Object} testCase
The test case object. See other tests for examples.
Since:
3.0

Documentation generated by JsDoc Toolkit 2.0.1 on Sun Jun 22 2008 00:00:10 GMT+0200 (CEST)