Package | Description |
---|---|
br.eti.kinoshita.testlinkjavaapi | |
br.eti.kinoshita.testlinkjavaapi.model | |
br.eti.kinoshita.testlinkjavaapi.util |
Modifier and Type | Method and Description |
---|---|
TestCase |
TestLinkAPI.createTestCase(String testCaseName,
Integer testSuiteId,
Integer testProjectId,
String authorLogin,
String summary,
List<TestCaseStep> steps,
String preconditions,
TestCaseStatus status,
TestImportance importance,
ExecutionType execution,
Integer order,
Integer internalId,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName)
Creates a Test Case.
|
Map<String,Object> |
TestLinkAPI.createTestCaseSteps(Integer testCaseId,
String testCaseExternalId,
Integer version,
TestCaseStepAction action,
List<TestCaseStep> testCaseSteps)
Create, Update or Push a list of TestCaseSteps in a Test Case.
|
Map<String,Object> |
TestLinkAPI.deleteTestCaseSteps(String testCaseExternalId,
Integer version,
List<TestCaseStep> testCaseSteps)
Delete a list if TestCaseSteps from a Test Case.
|
Modifier and Type | Method and Description |
---|---|
List<TestCaseStep> |
TestCase.getSteps() |
Modifier and Type | Method and Description |
---|---|
void |
TestCase.setSteps(List<TestCaseStep> steps) |
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 TestCaseStep |
Util.getTestCaseStep(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
Util.getTestCaseStepMap(TestCaseStep testCaseStep) |
static Map<String,Object> |
Util.getTestCaseStepMap(TestCaseStep testCaseStep,
boolean internal) |
Modifier and Type | Method and Description |
---|---|
static List<Integer> |
Util.getTestCaseStepsIdList(List<TestCaseStep> testCaseSteps) |
static List<Map<String,Object>> |
Util.getTestCaseStepsMap(List<TestCaseStep> testCaseSteps) |
Copyright © 2010–2020. All rights reserved.