Esempio n. 1
0
        public void EndpointTest()
        {
            WebBugServiceNoCache endpoint = new WebBugServiceNoCache();

            Assert.IsFalse(string.IsNullOrEmpty(endpoint.Url));
        }
Esempio n. 2
0
 public void EndpointTest()
 {
     WebBugServiceNoCache endpoint = new WebBugServiceNoCache();
     Assert.IsFalse(string.IsNullOrEmpty(endpoint.Url));
 }