Lines Matching defs:test
872 * @param {Function} [config.condition.test] A function that returns true when the module is to be loaded.
876 * @param {Object} [config.testresults] A hash of test results from `Y.Features.all()`
912 if (p && this.REGEX_CSS.test(p)) {
1366 //then see if they've got a test fn & if it returns true
1368 var go = def && ((!def.ua && !def.test) || (def.ua && Y.UA[def.ua]) ||
1369 (def.test && def.test(Y, r)));
1715 //There is no test method, create a default one that tests
1717 if (!p.test) {
1718 p.test = function(mname, pname) {
1723 if (p.test(mname, pname)) {