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.
Constructor Attributes | Constructor Name and Description |
---|---|
Contains functions used at our testing environment.
|
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