コード例 #1
0
ファイル: QaseAPI.cs プロジェクト: qase-tms/qase-net-api
 public async Task <TestRunResultResponse> DeleteTestRunResultAsync(string code, int run_id, string hash)
 {
     return(await _api.DeleteTestRunResult(_api_token, code, run_id, hash));
 }