Esempio n. 1
0
 /// <summary>
 /// Setup the object
 /// </summary>
 public Integration_Tests()
 {
     _commonTests  = new Common_Tests(this.GetComponent, true);
     _resultsCache = null;
     _tempPath     = System.IO.Path.GetTempPath();
     _assemblyPath = Path.GetDirectoryName(
         new Uri(System.Reflection.Assembly.GetExecutingAssembly().EscapedCodeBase).LocalPath);
     _assemblyPath = Path.Combine(_assemblyPath, "Microsoft.Build.Unittest.dll");
 }
Esempio n. 2
0
 /// <summary>
 /// Setup the object
 /// </summary>
 public Integration_Tests()
 {
     this.commonTests = new Common_Tests(this.GetComponent, true);
     this.resultsCache = null;
     this.tempPath = System.IO.Path.GetTempPath();
     this.assemblyPath = Path.GetDirectoryName(
         new Uri(System.Reflection.Assembly.GetExecutingAssembly().EscapedCodeBase).LocalPath);
     this.assemblyPath = Path.Combine(this.assemblyPath, "Microsoft.Build.Unittest.dll");
 }
Esempio n. 3
0
 /// <summary>
 /// Setup the object
 /// </summary>
 public TargetBuilder_Tests()
 {
     _commonTests  = new Common_Tests(this.GetComponent, true);
     _tempPath     = System.IO.Path.GetTempPath();
     _resultsCache = null;
 }
Esempio n. 4
0
 /// <summary>
 /// Setup the object
 /// </summary>
 public RequestBuilder_Tests()
 {
     this.commonTests  = new Common_Tests(this.GetComponent, true);
     this.resultsCache = null;
     this.tempPath     = System.IO.Path.GetTempPath();
 }
Esempio n. 5
0
 /// <summary>
 /// Setup the object
 /// </summary>
 public TargetBuilder_Tests()
 {
     _commonTests = new Common_Tests(this.GetComponent, true);
     _tempPath = System.IO.Path.GetTempPath();
     _resultsCache = null;
 }
Esempio n. 6
0
 /// <summary>
 /// Setup the object
 /// </summary>
 public TaskBuilder_Tests()
 {
     this.commonTests = new Common_Tests(this.GetComponent, true);
     this.resultsCache = null;
 }
Esempio n. 7
0
 /// <summary>
 /// Setup the object to be used
 /// </summary>
 public BuildRequestEngine_Tests()
 {
     _commonTests  = new Common_Tests(this.GetComponent, false);
     _resultsCache = null;
 }
Esempio n. 8
0
 /// <summary>
 /// Setup the object
 /// </summary>
 public TaskBuilder_Tests()
 {
     _commonTests  = new Common_Tests(this.GetComponent, true);
     _resultsCache = null;
 }
Esempio n. 9
0
 /// <summary>
 /// Setup the object
 /// </summary>
 public RequestBuilder_Tests()
 {
     this.commonTests = new Common_Tests(this.GetComponent, true);
     this.resultsCache = null;
     this.tempPath = System.IO.Path.GetTempPath();
 }
 /// <summary>
 /// Setup the object to be used
 /// </summary>
 public BuildRequestEngine_Tests()
 {
     _commonTests = new Common_Tests(this.GetComponent, false);
     _resultsCache = null;
 }