Searched refs:properties (Results 1 - 4 of 4) sorted by relevance
| /yui3/src/test/js/ |
| H A D | ObjectAssert.js | 12 * Asserts that an object has all of the same properties
14 * @param {Object} expected The object with all expected properties and values.
56 * Asserts that an object has all properties of a reference object.
57 * @param {Array} properties An array of property names that should be on the object.
64 hasKeys: function (properties, object, message) {
65 YUITest.ObjectAssert.ownsOrInheritsKeys(properties, object, message);
84 * Asserts that all properties exist on an object prototype.
85 * @param {Array} properties An array of property names that should be on the object.
91 inheritsKeys: function (properties, object, message) {
93 for (var i=0; i < properties [all...] |
| /yui3/build/test/ |
| H A D | test-debug.js | 170 //initialize the properties 244 //copy over all properties from the template to this object 1282 * @return {Object} Results of the execution with properties passed, failed, and total. 2931 * methods and properties on the mock object that are monitored for 2936 * an optional "returns" key available. For properties, the keys 3119 * Asserts that an object has all of the same properties 3121 * @param {Object} expected The object with all expected properties and values. 3163 * Asserts that an object has all properties of a reference object. 3164 * @param {Array} properties An array of property names that should be on the object. 3171 hasKeys: function (properties, objec [all...] |
| /yui3/src/uploader/as/ |
| H A D | Uploader.as | 178 * description</code>, and <code>extensions</code> properties which 817 // Initialize properties.
|
| /yui3/src/uploader-deprecated/as/ |
| H A D | Uploader.as | 178 * description</code>, and <code>extensions</code> properties which 817 // Initialize properties.
|
Completed in 21 milliseconds