Exemplo n.º 1
0
 public ServerDependentTests(ServerTestFixture fixture)
 {
     fx     = fixture;
     client = fx.getClient();
 }
Exemplo n.º 2
0
 public UserDependentTests(ServerTestFixture fx) : base(fx)
 {
 }