| Package | Description |
|---|---|
| org.cornutum.tcases.openapi | |
| org.cornutum.tcases.openapi.io |
| Modifier and Type | Method and Description |
|---|---|
ModelOptions |
ModelOptions.Builder.build() |
ModelOptions |
InputModeller.getOptions()
Returns the options used by this InputModeller.
|
| Modifier and Type | Method and Description |
|---|---|
static SystemInputDef |
TcasesOpenApi.getRequestInputModel(io.swagger.v3.oas.models.OpenAPI api,
ModelOptions options)
Returns a
system input definition for the API requests defined by the given
OpenAPI specification. |
static SystemInputDef |
TcasesOpenApi.getResponseInputModel(io.swagger.v3.oas.models.OpenAPI api,
ModelOptions options)
Returns a
system input definition for the API responses defined by the given
OpenAPI specification. |
| Constructor and Description |
|---|
InputModeller(InputModeller.View view,
ModelOptions options)
Creates a new InputModeller instance.
|
RequestInputModeller(ModelOptions options)
Creates a new RequestInputModeller instance.
|
ResponseInputModeller(ModelOptions options)
Creates a new ResponseInputModeller instance.
|
| Modifier and Type | Method and Description |
|---|---|
static SystemInputDef |
TcasesOpenApiIO.getRequestInputModel(File api,
ModelOptions options)
Returns a
system input definition for the API requests defined by the given
OpenAPI specification. |
static SystemInputDef |
TcasesOpenApiIO.getRequestInputModel(File api,
String defaultDocType,
ModelOptions options)
Returns a
system input definition for the API requests defined by the given
OpenAPI specification. |
static SystemInputDef |
TcasesOpenApiIO.getRequestInputModel(InputStream api,
ModelOptions options)
Returns a
system input definition for the API requests defined by the
OpenAPI specification in the given JSON document. |
static SystemInputDef |
TcasesOpenApiIO.getRequestInputModel(InputStream api,
String docType,
ModelOptions options)
Returns a
system input definition for the API requests defined by the given
OpenAPI specification document. |
static SystemTestDef |
TcasesOpenApiIO.getRequestTests(File api,
ModelOptions options)
Returns a
system test definition for the API requests defined by the
OpenAPI specification in the given JSON document. |
static SystemTestDef |
TcasesOpenApiIO.getRequestTests(File api,
String defaultDocType,
ModelOptions options)
Returns a
system test definition for the API requests defined by the given
OpenAPI specification. |
static SystemTestDef |
TcasesOpenApiIO.getRequestTests(InputStream api,
ModelOptions options)
Returns a
system test definition for the API requests defined by the
OpenAPI specification in the given JSON document. |
static SystemTestDef |
TcasesOpenApiIO.getRequestTests(InputStream api,
String docType,
ModelOptions options)
Returns a
system test definition for the API requests defined by the given
OpenAPI specification. |
static SystemInputDef |
TcasesOpenApiIO.getResponseInputModel(File api,
ModelOptions options)
Returns a
system input definition for the API responses defined by the given
OpenAPI specification. |
static SystemInputDef |
TcasesOpenApiIO.getResponseInputModel(File api,
String defaultDocType,
ModelOptions options)
Returns a
system input definition for the API responses defined by the given
OpenAPI specification. |
static SystemInputDef |
TcasesOpenApiIO.getResponseInputModel(InputStream api,
ModelOptions options)
Returns a
system input definition for the API responses defined by the
OpenAPI specification in the given JSON document. |
static SystemInputDef |
TcasesOpenApiIO.getResponseInputModel(InputStream api,
String docType,
ModelOptions options)
Returns a
system input definition for the API responses defined by the given
OpenAPI specification document. |
static SystemTestDef |
TcasesOpenApiIO.getResponseTests(File api,
ModelOptions options)
Returns a
system test definition for the API responses defined by the
OpenAPI specification in the given JSON document. |
static SystemTestDef |
TcasesOpenApiIO.getResponseTests(File api,
String defaultDocType,
ModelOptions options)
Returns a
system test definition for the API responses defined by the given
OpenAPI specification. |
static SystemTestDef |
TcasesOpenApiIO.getResponseTests(InputStream api,
ModelOptions options)
Returns a
system test definition for the API responses defined by the
OpenAPI specification in the given JSON document. |
static SystemTestDef |
TcasesOpenApiIO.getResponseTests(InputStream api,
String docType,
ModelOptions options)
Returns a
system test definition for the API responses defined by the given
OpenAPI specification. |
Copyright © 2020 The Cornutum Project. All rights reserved.