Esempio n. 1
0
        protected MultipleTestRunsBase(IConfiguration configuration, ISingleResultLoader singleResultLoader, IScenarioOutlineExampleMatcher scenarioOutlineExampleMatcher = null)
        {
            this.singleResultLoader = singleResultLoader;
            this.TestResults        = this.GetSingleTestResults(configuration);

            this.SetExampleSignatureBuilder(scenarioOutlineExampleMatcher ?? new ScenarioOutlineExampleMatcher());
        }
Esempio n. 2
0
        protected MultipleTestRunsBase(IConfiguration configuration, ISingleResultLoader singleResultLoader, IScenarioOutlineExampleMatcher scenarioOutlineExampleMatcher = null)
        {
            this.singleResultLoader = singleResultLoader;
            this.TestResults = this.GetSingleTestResults(configuration);

            this.SetExampleSignatureBuilder(scenarioOutlineExampleMatcher ?? new ScenarioOutlineExampleMatcher());
        }