Exemplo n.º 1
0
        public static IEnumerable <TestCase> GetTests(IFrameworkConfiguration configuration, IEnumerable <string> sources)
        {
            var analyzer = PathFinder.GetApplicationPath(configuration.Analyzer);

            return(GetTests(analyzer, sources).ToList());
        }