Package | Description |
---|---|
br.eti.kinoshita.testlinkjavaapi | |
br.eti.kinoshita.testlinkjavaapi.model | |
br.eti.kinoshita.testlinkjavaapi.util |
Modifier and Type | Method and Description |
---|---|
Platform[] |
TestLinkAPI.getProjectPlatforms(Integer projectId)
Retrieves the platforms of a test project.
|
Platform[] |
TestLinkAPI.getTestPlanPlatforms(Integer planId)
Retrieves Platforms of a Test Plan.
|
Modifier and Type | Method and Description |
---|---|
Platform |
TestCase.getPlatform() |
Modifier and Type | Method and Description |
---|---|
void |
TestCase.setPlatform(Platform platform) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Platform |
Util.getPlatform(Map<String,Object> map) |
Copyright © 2010–2020. All rights reserved.