コード例 #1
0
ファイル: HelperTest.cs プロジェクト: moberberger/Morpheus
        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");
        }