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,
TestCaseStatus status,
TestImportance importance,
ExecutionType execution,
Integer order,
Integer internalId,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName)
Creates a Test Case.
|
TestSuite |
TestLinkAPI.createTestSuite(Integer testProjectId,
String name,
String details,
Integer parentId,
Integer order,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName)
Create a test suite.
|
Modifier and Type | Method and Description |
---|---|
static ActionOnDuplicate |
ActionOnDuplicate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionOnDuplicate[] |
ActionOnDuplicate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ActionOnDuplicate |
TestCase.getActionOnDuplicatedName() |
ActionOnDuplicate |
TestSuite.getActionOnDuplicatedName() |
Modifier and Type | Method and Description |
---|---|
void |
TestCase.setActionOnDuplicatedName(ActionOnDuplicate actionOnDuplicatedName) |
void |
TestSuite.setActionOnDuplicatedName(ActionOnDuplicate actionOnDuplicatedName) |
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.
|
TestSuite(Integer id,
Integer testProjectId,
String name,
String details,
Integer parentId,
Integer order,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName) |
Copyright © 2010–2020. All rights reserved.