AssetManager.Tests.Controllers.ParentControllerTest.SetUp C# (CSharp) Method

SetUp() protected method

protected SetUp ( ) : void
return void
        protected void SetUp()
        {
            WebApiApplication.Store = new EmbeddableDocumentStore { RunInMemory = true };                                    WebApiApplication.Store.Initialize();

            SetUpIdentity();

            RavenSession = WebApiApplication.Store.OpenSession();
        }