Example #1
0
        public void EndpointTest()
        {
            WebObjectServiceNoCache endpoint = new WebObjectServiceNoCache();

            Assert.IsFalse(string.IsNullOrEmpty(endpoint.Url));
        }
Example #2
0
 public void EndpointTest()
 {
     WebObjectServiceNoCache endpoint = new WebObjectServiceNoCache();
     Assert.IsFalse(string.IsNullOrEmpty(endpoint.Url));
 }