|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestCaseStep | |
|---|---|
| br.eti.kinoshita.testlinkjavaapi | |
| br.eti.kinoshita.testlinkjavaapi.model | |
| br.eti.kinoshita.testlinkjavaapi.util | |
| Uses of TestCaseStep in br.eti.kinoshita.testlinkjavaapi |
|---|
| Method parameters in br.eti.kinoshita.testlinkjavaapi with type arguments of type TestCaseStep | |
|---|---|
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,
String actionOnDuplicatedName)
Creates a Test Case. |
| Uses of TestCaseStep in br.eti.kinoshita.testlinkjavaapi.model |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi.model that return types with arguments of type TestCaseStep | |
|---|---|
List<TestCaseStep> |
TestCase.getSteps()
|
| Method parameters in br.eti.kinoshita.testlinkjavaapi.model with type arguments of type TestCaseStep | |
|---|---|
void |
TestCase.setSteps(List<TestCaseStep> steps)
|
| Constructor parameters in br.eti.kinoshita.testlinkjavaapi.model with type arguments of type TestCaseStep | |
|---|---|
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,
Boolean checkDuplicatedName,
String actionOnDuplicatedName,
Integer versionId,
Integer version,
Integer parentId,
List<CustomField> customFields,
ExecutionStatus executionStatus)
|
|
| Uses of TestCaseStep in br.eti.kinoshita.testlinkjavaapi.util |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi.util with parameters of type TestCaseStep | |
|---|---|
static Map<String,Object> |
Util.getTestCaseStepMap(TestCaseStep testCaseStep)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||