コード例 #1
0
        public void EndpointTest()
        {
            WebBugServiceNoCache endpoint = new WebBugServiceNoCache();

            Assert.IsFalse(string.IsNullOrEmpty(endpoint.Url));
        }
コード例 #2
0
ファイル: WebBugServiceTest.cs プロジェクト: dblock/sncore
 public void EndpointTest()
 {
     WebBugServiceNoCache endpoint = new WebBugServiceNoCache();
     Assert.IsFalse(string.IsNullOrEmpty(endpoint.Url));
 }