Ejemplo n.º 1
0
 public void TestConnectClient()
 {
     ServiceForDictonary testService = new ServiceForDictonary();
     var resultMethod = testService.ConnectClient();
     Assert.IsNotNull(resultMethod);
     Assert.IsTrue(resultMethod);
 }
Ejemplo n.º 2
0
        public void TestConnectClient()
        {
            ServiceForDictonary testService = new ServiceForDictonary();
            var resultMethod = testService.ConnectClient();

            Assert.IsNotNull(resultMethod);
            Assert.IsTrue(resultMethod);
        }