public void TestLocalUpload() { // arrange //SqlConnection clientConnection = new SqlConnection("Server=ASUS-PC/SQLEXPRESS;Initial Catalog=BL;Persist Security Info=True;User ID=sa;Password=syc"); //SqlConnection serverConnection = new SqlConnection("Server=192.168.1.84/S1;Initial Catalog=BL;Persist Security Info=True;User ID=sa;Password=syc"); // act DataBridge b = new DataBridge(); b.SyncData(); // assert }