示例#1
0
            public Sink(IExecutionConnection connection)
            {
                this.connection = connection;

                exampleMapper = new ExampleMapper();

                startedTestMap = new Dictionary <string, Test>();
            }
示例#2
0
        public DiscoveryRunner(string testAssemblyPath, IControllerProxy controllerProxy,
                               IDiscoveryAdapter adapter)
        {
            this.testAssemblyPath = testAssemblyPath;
            this.controllerProxy  = controllerProxy;
            this.adapter          = adapter;

            exampleMapper = new ExampleMapper();
        }