Advertising
advertising
related pastes to tag 'delay'
- 737294 - unit test delay: test delay unit
-
- Object.extend(Test.Unit.Runner.prototype, (function() {
- function delayCallback(test) {
- if(test.delay) return;
- clearInterval(test.delayInterval);
- this.runTests.call(this);
- }
- return {
- 737293 - unit test delay: test delay unit
-
- Object.extend(Test.Unit.Runner.prototype, (function() {
- function delayCallback(test) {
- if(test.delay) return;
- clearInterval(test.delayInterval);
- this.runTests.call(this);
- }
- return {