public void TestInvalidUrlThrowsNotFound() { Socrata.Server.IConnection conn = TestHelper.GetConnection(); conn.Url = "four_oh_four.json"; conn.ReadJsonResponse(); }
public void TestConnectivity() { Socrata.Server.IConnection conn = TestHelper.GetConnection(); conn.Url = "version"; conn.ReadJsonResponse(); }