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