Exemplo n.º 1
0
 public MockCosmosContainer(string containerName, MockCosmosState state)
 {
     this.ContainerName        = containerName;
     this.State                = state;
     this.Generator            = Generator.Create();
     this.EmitRandomizedFaults = false;
 }
Exemplo n.º 2
0
 public MockCosmosDatabase(MockCosmosState state)
 {
     this.State = state;
 }