Ejemplo n.º 1
0
        public void Constructor_CreateInMemoryDb_Success()
        {
            var context = ContextFactory.Create();

            Assert.True(context.Database.EnsureCreated());
        }