BlinkSyncTests.MainTest.Copying4Files_2FilesAlreadyExistAndAreUpToDate C# (CSharp) Method

Copying4Files_2FilesAlreadyExistAndAreUpToDate() private method

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

            // test copying 4 files where 2 files already exist and are up to date
            expectedResults.Set(2, 2, 0, 0, 0, 0, 0);
            TestOneCase(new string[] { @"foo" }, new string[] { @"foo.txt", @"bar.txt", @"foo\foo1.txt", @"foo\foo2.txt" },
                new string[] { @"foo" }, new string[] { @"*c|foo.txt", @"*c|foo\foo1.txt" },
               inputParams, expectedResults);
        }