public void SetupTestFixture()
 {
     _exeutor = new RemoteExeutor("localhost");
     _exeutor.DeployService();
 }
Example #2
0
 public void SetupTestFixture()
 {
     _exeutor = new RemoteExeutor("localhost");
     _exeutor.DeployService();
 }