| Package | Description |
|---|---|
| io.qase.client.api | |
| io.qase.client.model |
| Modifier and Type | Method and Description |
|---|---|
TestCaseResponse |
CasesApi.getCase(String code,
Integer id)
Get a specific test case.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TestCaseResponse> |
CasesApi.getCaseWithHttpInfo(String code,
Integer id)
Get a specific test case.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CasesApi.getCaseAsync(String code,
Integer id,
ApiCallback<TestCaseResponse> _callback)
Get a specific test case.
|
| Modifier and Type | Method and Description |
|---|---|
static TestCaseResponse |
TestCaseResponse.fromJson(String jsonString)
Create an instance of TestCaseResponse given an JSON string
|
TestCaseResponse |
TestCaseResponse.result(TestCase result) |
TestCaseResponse |
TestCaseResponse.status(Boolean status) |
Copyright © 2023. All rights reserved.