/// <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(); }
/// <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(); }