BlinkSyncTests.MainTest.Copying4Files_DestinationFolderDoNotExist C# (CSharp) Method

Copying4Files_DestinationFolderDoNotExist() private method

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

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