Ejemplo n.º 1
0
 public async Task <TestRunResultResponse> DeleteTestRunResultAsync(string code, int run_id, string hash)
 {
     return(await _api.DeleteTestRunResult(_api_token, code, run_id, hash));
 }