|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReportTCResultResponse | |
|---|---|
| br.eti.kinoshita.testlinkjavaapi | |
| br.eti.kinoshita.testlinkjavaapi.util | |
| Uses of ReportTCResultResponse in br.eti.kinoshita.testlinkjavaapi |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi that return ReportTCResultResponse | |
|---|---|
ReportTCResultResponse |
TestLinkAPI.reportTCResult(Integer testCaseId,
Integer testCaseExternalId,
Integer testPlanId,
ExecutionStatus status,
Integer buildId,
String buildName,
String notes,
Boolean guess,
String bugId,
Integer platformId,
String platformName,
Map<String,String> customFields,
Boolean overwrite)
Reports a Test Case result. |
ReportTCResultResponse |
TestLinkAPI.setTestCaseExecutionResult(Integer testCaseId,
Integer testCaseExternalId,
Integer testPlanId,
ExecutionStatus status,
Integer buildId,
String buildName,
String notes,
Boolean guess,
String bugId,
Integer platformId,
String platformName,
Map<String,String> customFields,
Boolean overwrite)
Reports a Test Case result. |
| Uses of ReportTCResultResponse in br.eti.kinoshita.testlinkjavaapi.util |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi.util that return ReportTCResultResponse | |
|---|---|
static ReportTCResultResponse |
Util.getReportTCResultResponse(Map<String,Object> map)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||