public virtual void TearDown() { if (uow != null) { uow.End(); uow = null; } PersistenceContext.CloseSession(); }
public virtual void TearDown() { if (uow != null) { uow.End(); uow = null; } PersistenceContext.CloseSession(); NailsTestsConfigurator.Instance.ReleaseConfiguration(); }