| Modifier and Type | Method and Description |
|---|---|
static MocoTestConfig |
MocoTestConfigJson.asMocoTestConfig(javax.json.JsonObject json)
Returns the MocoTestConfig instance represented by the given JSON object.
|
MocoTestConfig |
MocoTestConfig.Builder.build() |
MocoTestConfig |
MocoTestConfigReader.getMocoTestConfig()
Returns a
MocoTestConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
static javax.json.JsonObject |
MocoTestConfigJson.toJson(MocoTestConfig testConfig)
Returns the JSON object that represents the given
MocoTestConfig. |
void |
MocoTestConfigWriter.write(MocoTestConfig mocoTestConfig)
Writes the given request cases in the form of a JSON document.
|
Copyright © 2022 The Cornutum Project. All rights reserved.