Searched defs:doesNotContain (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yuitest/
H A Dyuitest-beta-debug.js1379 * @method doesNotContain
1382 doesNotContain : function (needle /*:Object*/, haystack /*:Array*/,
1413 this.doesNotContain(needles[i], haystack, message);
H A Dyuitest-beta-min.js27 if(!found){YAHOO.util.Assert.fail(message||"No match found in array.");}},doesNotContain:function(needle,haystack,message){var found=false;for(var i=0;i<haystack.length&&!found;i++){if(haystack[i]===needle){found=true;}}
28 if(found){YAHOO.util.Assert.fail(message||"Value found in array.");}},doesNotContainItems:function(needles,haystack,message){for(var i=0;i<needles.length;i++){this.doesNotContain(needles[i],haystack,message);}},doesNotContainMatch:function(matcher,haystack,message){if(typeof matcher!="function"){throw new TypeError("ArrayAssert.doesNotContainMatch(): First argument must be a function.");}
H A Dyuitest-beta.js1379 * @method doesNotContain
1382 doesNotContain : function (needle /*:Object*/, haystack /*:Array*/,
1413 this.doesNotContain(needles[i], haystack, message);
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yuitest/
H A Dyuitest-beta-debug.js1379 * @method doesNotContain
1382 doesNotContain : function (needle /*:Object*/, haystack /*:Array*/,
1413 this.doesNotContain(needles[i], haystack, message);
H A Dyuitest-beta-min.js27 if(!found){YAHOO.util.Assert.fail(message||"No match found in array.");}},doesNotContain:function(needle,haystack,message){var found=false;for(var i=0;i<haystack.length&&!found;i++){if(haystack[i]===needle){found=true;}}
28 if(found){YAHOO.util.Assert.fail(message||"Value found in array.");}},doesNotContainItems:function(needles,haystack,message){for(var i=0;i<needles.length;i++){this.doesNotContain(needles[i],haystack,message);}},doesNotContainMatch:function(matcher,haystack,message){if(typeof matcher!="function"){throw new TypeError("ArrayAssert.doesNotContainMatch(): First argument must be a function.");}
H A Dyuitest-beta.js1379 * @method doesNotContain
1382 doesNotContain : function (needle /*:Object*/, haystack /*:Array*/,
1413 this.doesNotContain(needles[i], haystack, message);

Completed in 59 milliseconds