| Package | Description |
|---|---|
| org.cornutum.tcases.openapi.io | |
| org.cornutum.tcases.openapi.resolver | |
| org.cornutum.tcases.openapi.resolver.io |
| Modifier and Type | Method and Description |
|---|---|
static void |
TcasesOpenApiIO.writeRequestCases(RequestTestDef requestTestDef,
OutputStream outputStream)
Writes a
JSON document listing the given request test cases
to the given output stream. |
| Modifier and Type | Method and Description |
|---|---|
RequestTestDef |
RequestTestDef.add(RequestCase requestCase)
Adds an API request test case.
|
static RequestTestDef |
RequestCases.getRequestCases(SystemTestDef testDef,
ResolverContext context)
Returns the request cases resolved for the given system test definition.
|
RequestTestDef |
RequestTestDef.remove(RequestCase requestCase)
Removes an API request test case.
|
| Modifier and Type | Method and Description |
|---|---|
RequestTestDef |
RequestTestDefReader.getRequestTestDef()
Returns a
RequestTestDef instance. |
| Modifier and Type | Method and Description |
|---|---|
static javax.json.JsonArray |
RequestCaseJson.toJson(RequestTestDef requestTestDef)
Returns the JSON array that represents the given request cases.
|
void |
RequestTestDefWriter.write(RequestTestDef requestTestDef)
Writes the given request cases in the form of a JSON document.
|
Copyright © 2020 The Cornutum Project. All rights reserved.