Beispiel #1
0
 public void T_DeleteBatch()
 {
     ValidateConfiguration();
     if (LastBatchId <= 0)
     {
         LastBatchId = SharedMethods.GetList(this.OloClient, this.TestContext);
     }
     SharedMethods.DeleteBatch(this.OloClient, this.TestContext, LastBatchId);
 }
Beispiel #2
0
 public void T_GetBatchZip()
 {
     ValidateConfiguration();
     if (LastBatchId <= 0)
     {
         LastBatchId = SharedMethods.GetList(this.OloClient, this.TestContext);
     }
     SharedMethods.GetZip(this.OloClient, this.TestContext, DownloadFolder, LastBatchId);
 }
Beispiel #3
0
 public void T_GetList()
 {
     ValidateConfiguration();
     LastBatchId = SharedMethods.GetList(this.OloClient, this.TestContext);
 }