AssetManager.Tests.Controllers.ParentControllerTest.SetUp C# (CSharp) Метод

SetUp() защищенный Метод

protected SetUp ( ) : void
Результат void
        protected void SetUp()
        {
            WebApiApplication.Store = new EmbeddableDocumentStore { RunInMemory = true };                                    WebApiApplication.Store.Initialize();

            SetUpIdentity();

            RavenSession = WebApiApplication.Store.OpenSession();
        }