Example #1
0
 public async Task <TestPlansResponse> GetAllTestPlansAsync(string code, BaseFilter filterTestRunResult)
 {
     return(await _api.GetAllTestPlans(_api_token, code, filterTestRunResult.limit, filterTestRunResult.offset, filterTestRunResult.DictionaryFilters));
 }