public final class RequestCaseJson extends Object
RequestCase and its corresponding JsonObject.| Modifier and Type | Method and Description |
|---|---|
static List<RequestCase> |
asRequestCases(javax.json.JsonArray json)
Returns the RequestCase instances represented by the given JSON array.
|
static javax.json.JsonArray |
toJson(RequestTestDef requestTestDef)
Returns the JSON array that represents the given request cases.
|
public static javax.json.JsonArray toJson(RequestTestDef requestTestDef)
public static List<RequestCase> asRequestCases(javax.json.JsonArray json)
Copyright © 2020 The Cornutum Project. All rights reserved.