AjaxControlToolkit.Jasmine.TestRunner.GetTestPagePaths C# (CSharp) 메소드

GetTestPagePaths() 개인적인 메소드

private GetTestPagePaths ( string suitesDirectory ) : IEnumerable
suitesDirectory string
리턴 IEnumerable
        IEnumerable<string> GetTestPagePaths(string suitesDirectory)
        {
            return Directory.EnumerateFiles(suitesDirectory, "*.aspx", SearchOption.AllDirectories);
        }