Home | History | Annotate | Download | only in js

Lines Matching refs:property

1379         this.assertTrue(name in expectations.properties, "Unexpected property: " + name);
1380 this.assertEquals(expectations.properties[name], value, 'Unexpected "' + name + '" property value.');
1387 this.fail('Property "' + p + '" was not found in scope "' + scopeTitle + '". Found properties: "' + foundProps.join(",") + '"');
1499 * Returns child tree element for a property with given name.
1511 var property = treeElement.property;
1512 if (property.name === childName)
1515 this.fail('Cannot find property "' + childName + '" in ' + objectPath);
1625 // Read next property data from the queue.
1631 // Expand the property.
1648 test.assertTrue(propertyTreeElement, 'Property "' + propertyPath + '" not found.');
1649 test.assertEquals(description, propertyTreeElement.property.value.description, 'Unexpected "' + propertyPath + '" description.');
1651 // Schedule property content check.
1659 // Check next property in the queue.