Пример #1
0
            public Executor(MSTestRunner runner, ITestContext assemblyTestContext, ITestCommand assemblyTestCommand)
            {
                this.runner = runner;
                this.assemblyTestContext = assemblyTestContext;
                this.assemblyTestCommand = assemblyTestCommand;

                testCommandsByTestId         = new Dictionary <Guid, ITestCommand>();
                testStepStatesByTestResultId = new Dictionary <object, TestStepState>();
                testStepStatesByTest         = new Dictionary <Test, TestStepState>();
                testsExecuted = new HashSet <Test>();
            }
Пример #2
0
            public Executor(MSTestRunner runner, ITestContext assemblyTestContext, ITestCommand assemblyTestCommand)
            {
                this.runner = runner;
                this.assemblyTestContext = assemblyTestContext;
                this.assemblyTestCommand = assemblyTestCommand;

                testCommandsByTestId = new Dictionary<Guid, ITestCommand>();
                testStepStatesByTestResultId = new Dictionary<object, TestStepState>();
                testStepStatesByTest = new Dictionary<Test, TestStepState>();
                testsExecuted = new HashSet<Test>();
            }