Пример #1
0
 public void RemoveStringFromPathTest()
 {
     Assert.AreEqual(path, SongInfo.RemoveStringFromPath(path));
     Assert.AreEqual(path2, SongInfo.RemoveStringFromPath(path2));
     Assert.AreEqual(path.Replace(@"\", "/"), SongInfo.RemoveStringFromPath(path3));
 }