BlinkSyncTests.MainTest.Copying4Files_DestinationFolderExist C# (CSharp) Method

Copying4Files_DestinationFolderExist() private method

private Copying4Files_DestinationFolderExist ( ) : void
return void
        public void Copying4Files_DestinationFolderExist()
        {
            inputParams.DeleteFromDest = true;

            // test copying 4 files where dest dirs exist
            expectedResults.Set(4, 0, 0, 0, 0, 0, 0);
            TestOneCase(new string[] { @"foo" }, new string[] { @"foo.txt", @"bar.txt", @"foo\foo1.txt", @"foo\foo2.txt" },
                new string[] { @"foo" }, null,
               inputParams, expectedResults);
        }