| Package | Description |
|---|---|
| br.eti.kinoshita.testlinkjavaapi | |
| br.eti.kinoshita.testlinkjavaapi.constants | |
| br.eti.kinoshita.testlinkjavaapi.model |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestLinkAPI.createTestCase(String testCaseName,
Integer testSuiteId,
Integer testProjectId,
String authorLogin,
String summary,
List<TestCaseStep> steps,
String preconditions,
TestImportance importance,
ExecutionType execution,
Integer order,
Integer internalId,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName)
Creates a Test Case.
|
TestCase[] |
TestLinkAPI.getTestCasesForTestPlan(Integer testPlanId,
List<Integer> testCasesIds,
Integer buildId,
List<Integer> keywordsIds,
String keywords,
Boolean executed,
List<Integer> assignedTo,
String[] executeStatus,
ExecutionType executionType,
Boolean getStepInfo,
TestCaseDetails detail)
Retrieves Test Cases for Test Plans.
|
Map<String,Object> |
TestLinkAPI.setTestCaseExecutionType(Integer testProjectId,
Integer testCaseId,
Integer testCaseExternalId,
Integer versionNumber,
ExecutionType executionType)
Sets the test case execution type.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionType |
ExecutionType.getExecutionType(Integer integer) |
static ExecutionType |
ExecutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionType[] |
ExecutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionType |
TestCaseStep.getExecutionType() |
ExecutionType |
Execution.getExecutionType() |
ExecutionType |
TestCase.getExecutionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseStep.setExecutionType(ExecutionType executionType) |
void |
Execution.setExecutionType(ExecutionType executionType) |
void |
TestCase.setExecutionType(ExecutionType executionType) |
| 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,
TestImportance testImportance,
ExecutionType executionType,
Integer executionOrder,
Integer order,
Integer internalId,
String fullExternalId,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName,
Integer versionId,
Integer version,
Integer parentId,
List<CustomField> customFields,
ExecutionStatus executionStatus,
Platform platform,
Integer featureId)
Constructor with args.
|
TestCaseStep(Integer id,
Integer testCaseVersionId,
Integer number,
String actions,
String expectedResults,
Boolean active,
ExecutionType executionType) |
Copyright © 2010-2011 the testlink-java-api team-2013. All Rights Reserved.