Package | Description |
---|---|
br.eti.kinoshita.testlinkjavaapi | |
br.eti.kinoshita.testlinkjavaapi.constants | |
br.eti.kinoshita.testlinkjavaapi.model |
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 ExecutionStatus |
ExecutionStatus.getExecutionStatus(char c)
Get the ExecutionStatus for a given character.
|
static ExecutionStatus |
ExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionStatus[] |
ExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExecutionStatus |
TestCase.getExecutionStatus() |
ExecutionStatus |
TestCaseStepResult.getResult() |
ExecutionStatus |
Execution.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
TestCase.setExecutionStatus(ExecutionStatus executionStatus) |
void |
TestCaseStepResult.setResult(ExecutionStatus result) |
void |
Execution.setStatus(ExecutionStatus status) |
Constructor and Description |
---|
Execution(Integer id,
Integer buildId,
Integer testerId,
Date executionTimeStamp,
ExecutionStatus status,
Integer testPlanId,
Integer testCaseVersionId,
Integer testCaseVersionNumber,
ExecutionType executionType,
String notes)
Constructor with args.
|
TestCase(Integer id,
String name,
Integer testSuiteId,
Integer testProjectId,
String authorLogin,
String summary,
List<TestCaseStep> steps,
String preconditions,
TestCaseStatus testcaseStatus,
TestImportance testImportance,
ExecutionType executionType,
Integer executionOrder,
Integer order,
Integer internalId,
Integer externalId,
String fullExternalId,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName,
Integer versionId,
Integer version,
Integer parentId,
List<CustomField> customFields,
ExecutionStatus executionStatus,
Platform platform,
Integer featureId)
Constructor with args.
|
TestCaseStepResult(Integer number,
ExecutionStatus result,
String notes,
Boolean active,
ExecutionType executionType) |
Copyright © 2010–2020. All rights reserved.