| Package | Description |
|---|---|
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
TestStep |
TestStep.action(String action) |
TestStep |
TestStep.addAttachmentsItem(Attachment attachmentsItem) |
TestStep |
TestStep.attachments(List<Attachment> attachments) |
TestStep |
TestStep.data(String data) |
TestStep |
TestStep.expectedResult(String expectedResult) |
static TestStep |
TestStep.fromJson(String jsonString)
Create an instance of TestStep given an JSON string
|
TestStep |
TestStep.hash(String hash) |
TestStep |
TestStep.position(Integer position) |
TestStep |
TestStep.sharedStepHash(String sharedStepHash) |
TestStep |
TestStep.sharedStepNestedHash(String sharedStepNestedHash) |
| Modifier and Type | Method and Description |
|---|---|
List<TestStep> |
TestCase.getSteps()
Get steps
|
List<TestStep> |
QqlTestCase.getSteps()
Get steps
|
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCase.addStepsItem(TestStep stepsItem) |
QqlTestCase |
QqlTestCase.addStepsItem(TestStep stepsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.setSteps(List<TestStep> steps) |
void |
QqlTestCase.setSteps(List<TestStep> steps) |
TestCase |
TestCase.steps(List<TestStep> steps) |
QqlTestCase |
QqlTestCase.steps(List<TestStep> steps) |
Copyright © 2023. All rights reserved.