Exemplo n.º 1
0
        public void AddSomethingToFilenameTest()
        {
            var s = Lib.AddSomethingToFilename(@"c:\temp\holy.txt", "cow");

            Assert.AreEqual(@"c:\temp\holy.cow.txt", s, "Didn't add COW correctly");
        }