예제 #1
0
        public override TestStore CreateTestStore(Type testStoreType)
        {
            Assert.Equal(typeof(SqlServerTestStore), testStoreType);

            return(_sharedCrossStoreFixture.CreateTestStore(testStoreType));
        }
예제 #2
0
 public override TestStore CreateTestStore(Type testStoreType) => _sharedCrossStoreFixture.CreateTestStore(testStoreType);