public void RunTestFile(TestFile file, RunContext runContext)
        {
            SetupExecutionPolicy();

            file.SetOutcome(TestOutcome.None);

            runContext.TestFiles.Add(file.Path, file);
            RunTests(runContext);
        }