public void FetchRemoteTest() { RTGenerater rtu = new RTGenerater(); if (File.Exists(Config.Remote.Path)) { File.Delete(Config.Remote.Path); } rtu.FetchRemote(Config.Remote.URI, Config.Remote.Path); Assert.IsTrue(File.Exists(Config.Remote.Path)); }
public ActionResult UpdateSuperRouteTable() { rtg.FetchRemote(Config.Remote.URI, Config.Remote.Path); return(View()); }