TestUnitOnTestInitialize Method |
Namespace: SIC.Test.Helper
public override void OnTestInitialize() { this.Log.Write("Declaration data test file for Anlagekennlinie chart..."); string TestFileAnlagekennlinieData = this.DataDirectory + TestDataFile; this.Log.Write("Test file data for Anlagekennlinie chart: \t" + TestFileAnlagekennlinieData.ToString()); this.Log.Write("Create a new instance of easyPlan App..."); this.AppEasyPlan = new easyPlanApp.easyPlan(Settings.ClientID); this.Log.Write("Import easyPlan data..."); this.AppEasyPlan.Import(TestFileAnlagekennlinieData); this.Log.Write("Calculation easyPlan data..."); this.ItemEasyPlanObjekt = this.AppEasyPlan.Calculate(this.AppEasyPlan.ImportItem); }