Tests.TestFileSystem.GetAllMp3s C# (CSharp) Method

GetAllMp3s() public method

public GetAllMp3s ( string path ) : List
path string
return List
        public List<string> GetAllMp3s(string path)
        {
            return _files.Keys.ToList();
        }