Esempio n. 1
0
 /// <summary>
 /// Setup the delegate for GetComponent request which is delegated from the MockHost
 /// </summary>
 public Common_Tests(GetComponentFromTestDelegate getComponent, bool createMSBuildProject)
 {
     _getComponent = getComponent;
     _configCache = null;
     _host = null;
     _requestEngine = null;
     _testDataProvider = null;
     _createMSBuildProject = createMSBuildProject;
     _tempPath = System.IO.Path.GetTempPath();
 }
Esempio n. 2
0
 /// <summary>
 /// Setup the delegate for GetComponent request which is delegated from the MockHost
 /// </summary>
 public Common_Tests(GetComponentFromTestDelegate getComponent, bool createMSBuildProject)
 {
     this.getComponent         = getComponent;
     this.configCache          = null;
     this.host                 = null;
     this.requestEngine        = null;
     this.testDataProvider     = null;
     this.createMSBuildProject = createMSBuildProject;
     this.tempPath             = System.IO.Path.GetTempPath();
 }