Пример #1
0
        TestResults RunTests(Solution solution)
        {
            string testRunners = GetTestRunners(_configuration.TestRunner);

            _console.WriteLine(string.Format("{0} {1}", TestRunner, testRunners));

            var results = solution.RunTests(_configuration, _console);

            return(results);
        }
Пример #2
0
        TestResults RunTests(Solution solution)
        {
            string testRunners = GetTestRunners(_configuration.TestRunner);
            _console.WriteLine(string.Format("{0} {1}",TestRunner,testRunners));

            var results = solution.RunTests(_configuration, _console);

            return results;
        }