Package | Description |
---|---|
br.eti.kinoshita.testlinkjavaapi | |
br.eti.kinoshita.testlinkjavaapi.util |
Modifier and Type | Method and Description |
---|---|
ReportTCResultResponse |
TestLinkAPI.reportTCResult(Integer testCaseId,
Integer testCaseExternalId,
Integer testPlanId,
ExecutionStatus status,
List<TestCaseStepResult> steps,
Integer buildId,
String buildName,
String notes,
Integer executionDuration,
Boolean guess,
String bugId,
Integer platformId,
String platformName,
Map<String,String> customFields,
Boolean overwrite,
String user,
String timestamp)
Reports a Test Case result.
|
ReportTCResultResponse |
TestLinkAPI.setTestCaseExecutionResult(Integer testCaseId,
Integer testCaseExternalId,
Integer testPlanId,
ExecutionStatus status,
List<TestCaseStepResult> steps,
Integer buildId,
String buildName,
String notes,
Integer executionDuration,
Boolean guess,
String bugId,
Integer platformId,
String platformName,
Map<String,String> customFields,
Boolean overwrite,
String user,
String timestamp)
Reports a Test Case result.
|
Modifier and Type | Method and Description |
---|---|
static List<Map<String,Object>> |
Util.getTestCaseStepResultMap(List<TestCaseStepResult> testCaseStepResults) |
Copyright © 2010–2020. All rights reserved.