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