|
||||||||||
| 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(java.lang.String testCaseName,
java.lang.Integer testSuiteId,
java.lang.Integer testProjectId,
java.lang.String authorLogin,
java.lang.String summary,
java.util.List<TestCaseStep> steps,
java.lang.String preconditions,
TestImportance importance,
ExecutionType execution,
java.lang.Integer order,
java.lang.Integer internalId,
java.lang.Boolean checkDuplicatedName,
java.lang.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 | |
|---|---|
java.util.List<TestCaseStep> |
TestCase.getSteps()
|
| Method parameters in br.eti.kinoshita.testlinkjavaapi.model with type arguments of type TestCaseStep | |
|---|---|
void |
TestCase.setSteps(java.util.List<TestCaseStep> steps)
|
| Constructor parameters in br.eti.kinoshita.testlinkjavaapi.model with type arguments of type TestCaseStep | |
|---|---|
TestCase(java.lang.Integer id,
java.lang.String name,
java.lang.Integer testSuiteId,
java.lang.Integer testProjectId,
java.lang.String authorLogin,
java.lang.String summary,
java.util.List<TestCaseStep> steps,
java.lang.String preconditions,
TestImportance testImportance,
ExecutionType executionType,
java.lang.Integer order,
java.lang.Integer internalId,
java.lang.Boolean checkDuplicatedName,
java.lang.String actionOnDuplicatedName,
java.lang.Integer versionId,
java.lang.Integer version,
java.lang.Integer parentId,
java.util.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 java.util.Map<java.lang.String,java.lang.Object> |
Util.getTestCaseStepMap(TestCaseStep testCaseStep)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||