protected void TerminateFixture() { AllDependantOrchestrationTypes.Reverse().ForEach(ot => { new Orchestration(ot).EnsureUnenlisted(); }); }
public void BizTalkFactoryOrchestrationFixtureOneTimeTearDown() { // reverse the list to stop the dependant orchestrations AllDependantOrchestrationTypes.Reverse().Each(ot => { new Orchestration(ot).EnsureUnenlisted(); }); }