BlinkSyncTests.MainTest.Copying4Files_AdditionalDirectoryExistsInDestination C# (CSharp) Method

Copying4Files_AdditionalDirectoryExistsInDestination() private method

        public void Copying4Files_AdditionalDirectoryExistsInDestination()
        {
            inputParams.DeleteFromDest = true;

            // test copying 4 files where additional directory exists in destination
            expectedResults.Set(4, 0, 0, 0, 1, 1, 0);
            TestOneCase(new string[] { @"foo" }, new string[] { @"foo.txt", @"bar.txt", @"foo\foo1.txt", @"foo\foo2.txt" },
                new string[] { @"barbar" }, null,
               inputParams, expectedResults);
        }