Пример #1
0
 public void EndpointTest()
 {
     WebGroupServiceNoCache endpoint = new WebGroupServiceNoCache();
     Assert.IsFalse(string.IsNullOrEmpty(endpoint.Url));
 }
Пример #2
0
        public void EndpointTest()
        {
            WebGroupServiceNoCache endpoint = new WebGroupServiceNoCache();

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