Namespace CKEDITOR.test.assert
The assertion namespace, containing all assertion functions. Currently,
this is an alias for YAHOO.util.Assert.
Defined in: core/test.js.
Constructor Attributes | Constructor Name and Description |
---|---|
The assertion namespace, containing all assertion functions.
|
Namespace Detail
CKEDITOR.test.assert
Since:
3.0
The assertion namespace, containing all assertion functions. Currently,
this is an alias for YAHOO.util.Assert.
assert.areEqual( '10', 10 ); // "true" assert.areSame( '10', 10 ); // "false" assert.isUndefined( window.test ); // "true"