Exemple #1
0
 def get_request_method(self, row):
     col = int(data_config.get_run_way())
     request_method = self.opera_excel.get_cell_value(row, col)
     self.throw_canNotBeNullException(row=row,
                                      cellValue=request_method,
                                      colName="request_method")
     return request_method
Exemple #2
0
 def get_request_method(self, row):
     """
     获取请求方式
     :param row: 行号
     :return:
     """
     # col 列
     col = int(data_config.get_run_way())
     request_method = self.opera_excel.get_cell_value(row, col)
     return request_method
Exemple #3
0
 def get_request_method(self, row):
     col = int(data_config.get_run_way())
     request_method = self.opera_excel.get_cell_value(row, col)
     return request_method
 def get_request_method(self, row):
     col = data_config.get_run_way()
     request_method = self.open_execl.get_cell_value(row, col)
     return request_method
Exemple #5
0
 def get_request_method(self, row):
     col = int(data_config.get_run_way())
     requesr_way = self.use.get_cell_value(row, col)
     return requesr_way