public GetClusterTest(GameServersFixture fixture)
 {
     _fixture   = fixture;
     _getSample = new GetClusterSample();
 }
示例#2
0
 public UpdateClusterAsyncTest(GameServersFixture fixture)
 {
     _fixture      = fixture;
     _getSample    = new GetClusterSample();
     _updateSample = new UpdateClusterSample();
 }