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

            Assert.IsFalse(string.IsNullOrEmpty(endpoint.Url));
        }