Esempio n. 1
0
        public void NoExist()
        {
            var task = new RenameTask(_doesntExist, _renameTo, new DotNetPath());
            var o    = task.VerifyCanRun();

            Assert.IsTrue(o.ContainsError());
        }