Ejemplo n.º 1
0
 public GetDeploymentTest(GameServersFixture fixture)
 {
     _fixture   = fixture;
     _getSample = new GetDeploymentSample();
 }
 public UpdateDeploymentAsyncTest(GameServersFixture fixture)
 {
     _fixture      = fixture;
     _getSample    = new GetDeploymentSample();
     _updateSample = new UpdateDeploymentSample();
 }