Searched refs:testEnvironment (Results 1 – 1 of 1) sorted by relevance
8 …testEnvironment){var currentModule={name:name,testEnvironment:testEnvironment,tests:[]};if(testEnv… argument9 if(testEnvironment&&testEnvironment.teardown){testEnvironment.afterEach=testEnvironment.teardown;de…77 …rrent=this;this.testEnvironment=extend({},this.module.testEnvironment);delete this.testEnvironment…78 this.callbackStarted=now();if(config.notrycatch){promise=this.callback.call(this.testEnvironment,th…79 try{promise=this.callback.call(this.testEnvironment,this.assert);this.resolvePromise(promise);}catc…80 …k(){config.current=test;if(config.notrycatch){promise=hook.call(test.testEnvironment,test.assert);…81 try{promise=hook.call(test.testEnvironment,test.assert);test.resolvePromise(promise,hookName);}catc…82 …module.testEnvironment&&QUnit.objectType(this.module.testEnvironment[handler])==="function"){hooks…114 currentTest.ignoreGlobalErrors=true;try{block.call(currentTest.testEnvironment);}catch(e){actual=e;}