public void CopyOneFile() { Copier.CopyOneFile(SourceFile, TempDirectory); Assert.IsTrue(CheckExists(TempDirectory, SourceFile)); }