Exemplo n.º 1
0
 public CosmosDbProjectTypesRepositoryTests(CosmosDbRepositoryFixture fixture)
     : base(new CosmosDbProjectTypeRepository(CosmosDbTestOptions.Instance,
                                              new CosmosDbProjectRepository(CosmosDbTestOptions.Instance,
                                                                            new CosmosDbUserRepository(CosmosDbTestOptions.Instance))))
 {
     this.fixture = fixture ?? throw new ArgumentNullException(nameof(fixture));
 }
 public CosmosDbTeamCloudRepositoryTests(CosmosDbRepositoryFixture fixture)
     : base(new CosmosDbTeamCloudRepository(CosmosDbTestOptions.Instance, CosmosDbTestCache.Instance))
 {
     this.fixture = fixture ?? throw new ArgumentNullException(nameof(fixture));
 }