()
| 833 | |
| 834 | //Set up the finalizer. |
| 835 | var retEnd = function(){ |
| 836 | if(fixture["tearDown"]){ fixture.tearDown(doh); } |
| 837 | tg.inFlight--; |
| 838 | if((!tg.inFlight)&&(tg.iterated)){ |
| 839 | doh._groupFinished(groupName, !tg.failures); |
| 840 | } |
| 841 | doh._testFinished(groupName, fixture, def.results[0]); |
| 842 | if(doh._paused){ |
| 843 | doh.run(); |
| 844 | } |
| 845 | }; |
| 846 | |
| 847 | //Since these can take who knows how long, we don't want to timeout |
| 848 | //unless explicitly set |
no outgoing calls
no test coverage detected
searching dependent graphs…