コード例 #1
0
ファイル: UnitTest1.cs プロジェクト: pompuchou/sync_trials
        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
        }