AjaxControlToolkit.Jasmine.TestRunner.GetTestPagePaths C# (CSharp) Method

GetTestPagePaths() private method

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