Home
last modified time | relevance | path

Searched defs:testName (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js10 config.modules.push(currentModule);config.currentModule=currentModule;},asyncTest:function(testName argument
11 QUnit.test(testName,expected,callback,true);},test:function(testName,expected,callback,async){var t… argument
12 test=new Test({testName:testName,expected:expected,async:async,callback:callback});test.queue();},s… property
104 …pushFailure.apply(currentTest,arguments);};function generateHash(module,testName){var hex,i=0,hash… argument