public TestStoreContext(CosmosTestStore testStore, Action <CosmosDbContextOptionsBuilder> extensionConfiguration) { _testStore = testStore; _extensionConfiguration = extensionConfiguration; }
public TestStoreContext(CosmosTestStore testStore) { _testStore = testStore; }
public override TestStore GetOrCreate(string storeName) => CosmosTestStore.GetOrCreate(Name, "Northwind.json");