public void GetJSListByProvinceTest()
        {
            PolySelectManager target = new PolySelectManager();
            string            type   = "看守所";
            List <PolyJS>     actual;

            actual = target.GetJSListByProvince(type);
            Assert.AreEqual(actual.Count >= 1, true);
        }