public void EndpointTest()
        {
            WebPlaceServiceNoCache endpoint = new WebPlaceServiceNoCache();

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