示例#1
0
        public void TestParamsAddJsonOutput()
        {
            string url     = "test.com";
            string trueurl = executor.BuildUrl(url, RequestParameter.EmptyList);

            Assert.NotNull(trueurl);
            Assert.AreEqual("test.com?output=json", trueurl);
        }