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