Amss.Boilerplate.Tests.Persistence.PersistenseTestBase.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
        public virtual void SetUp()
        {
            this.unitOfWork = new UnitOfWork();
            this.transaction = new Transaction();
            this.Session = ServiceLocator.Current.GetInstance<ISession>();
        }
PersistenseTestBase