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

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