Example #1
0
 public void TestClean()
 {
     client = null;
 }
Example #2
0
 public void TestInit()
 {
     //Arrange test
     client = new HelloService.HelloServiceClient("BasicHttpBinding_IHelloService");
 }