示例#1
0
 public DeploymentManager(IPathServices pathServices, IDeploymentAgentFactory deploymentAgentFactory, IProjectTestRunnerFactory projectTestRunnerFactory, IVariableProcessorFactory variableProcessorFactory)
 {
     this.pathServices             = pathServices;
     this.deploymentAgentFactory   = deploymentAgentFactory;
     this.projectTestRunnerFactory = projectTestRunnerFactory;
     this.variableProcessorFactory = variableProcessorFactory;
 }
示例#2
0
 public DeploymentAgentFactory(IVariableProcessorFactory variableProcessorFactory)
 {
     this.variableProcessorFactory = variableProcessorFactory;
 }