| Package | Description |
|---|---|
| br.eti.kinoshita.testlinkjavaapi | |
| br.eti.kinoshita.testlinkjavaapi.constants |
| Modifier and Type | Method and Description |
|---|---|
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.
|
TestCase[] |
TestLinkAPI.getTestCasesForTestSuite(Integer testSuiteId,
Boolean deep,
TestCaseDetails detail)
Retrieves Test Cases for a Test Suite.
|
| Modifier and Type | Method and Description |
|---|---|
static TestCaseDetails |
TestCaseDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseDetails[] |
TestCaseDetails.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2020. All rights reserved.