예제 #1
0
 public void Initialize()
 {
     this.mockDataCollectionRequestSender = new DummyDataCollectionRequestSender();
     this.mockDataCollectionLauncher      = new DummyDataCollectionLauncher();
     this.mockProcessHelper          = new Mock <IProcessHelper>();
     this.proxyDataCollectionManager = new ProxyDataCollectionManager(string.Empty, this.mockDataCollectionRequestSender, this.mockProcessHelper.Object, this.mockDataCollectionLauncher);
 }
예제 #2
0
 public void Initialize()
 {
     this.mockDataCollectionRequestSender = new DummyDataCollectionRequestSender();
     this.mockDataCollectionLauncher      = new DummyDataCollectionLauncher();
     this.proxyDataCollectionManager      = new ProxyDataCollectionManager(Architecture.AnyCPU, string.Empty, this.mockDataCollectionRequestSender, this.mockDataCollectionLauncher);
 }