Searched refs:currentTest (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 104 var currentTest=QUnit.config.current;return currentTest.pushFailure.apply(currentTest,arguments);};… 108 …push:function(){var assert=this,currentTest=(assert instanceof Assert&&assert.test)||QUnit.config.… variable 109 if(currentTest.usedAsync===true&¤tTest.semaphore===0){currentTest.pushFailure("Assertion afte… 110 if(!(assert instanceof Assert)){assert=currentTest.assert;} 113 …cted,message){var actual,expectedType,expectedOutput=expected,ok=false,currentTest=(this instanceo… 114 currentTest.ignoreGlobalErrors=true;try{block.call(currentTest.testEnvironment);}catch(e){actual=e;} 115 currentTest.ignoreGlobalErrors=false;if(actual){expectedType=QUnit.objectType(expected);if(!expecte… 116 currentTest.assert.push(ok,actual,expectedOutput,message);}};(function(){Assert.prototype.raises=As…
|