Uses of Class
org.glassfish.admin.rest.testing.ObjectValue
-
-
Uses of ObjectValue in org.glassfish.admin.rest.testing
Methods in org.glassfish.admin.rest.testing that return ObjectValue Modifier and Type Method Description static ObjectValueCommon. anyFailureMessage()static ObjectValueCommon. anyFailureMessage(String field)static ObjectValueCommon. anySuccessMessage()static ObjectValueCommon. anySuccessMessage(String field)static ObjectValueCommon. anyWarningMessage()static ObjectValueCommon. anyWarningMessage(String field)static ObjectValueCommon. cloneObjectVal(ObjectValue v)static ObjectValueCommon. failureMessage(String message)static ObjectValueCommon. failureMessage(String field, String message)ObjectValueArrayValue. getObjectVal(int index)ObjectValueObjectValue. getObjectVal(String propertyName)ObjectValueObjectValue. ignoreExtra()ObjectValueObjectValue. ignoreExtra(boolean val)static ObjectValueCommon. message(String severity, String message)static ObjectValueCommon. message(String severity, String field, String message)static ObjectValueCommon. objectVal()ObjectValueObjectValue. put(String propertyName)ObjectValueObjectValue. put(String propertyName, boolean propertyValue)ObjectValueObjectValue. put(String propertyName, double propertyValue)ObjectValueObjectValue. put(String propertyName, int propertyValue)ObjectValueObjectValue. put(String propertyName, long propertyValue)ObjectValueObjectValue. put(String propertyName, String propertyValue)ObjectValueObjectValue. put(String propertyName, Value propertyValue)ObjectValueObjectValue. remove(String propertyName)static ObjectValueCommon. resource(String rel, String uri)static ObjectValueCommon. resource(String rel, String title, String uri)static ObjectValueCommon. rootResource(String rel)static ObjectValueCommon. successMessage(String message)static ObjectValueCommon. successMessage(String field, String message)static ObjectValueCommon. toObjectVal(org.codehaus.jettison.json.JSONObject j)ObjectValueResponseBody. toObjectVal()static ObjectValueCommon. warningMessage(String message)static ObjectValueCommon. warningMessage(String field, String message)Methods in org.glassfish.admin.rest.testing with parameters of type ObjectValue Modifier and Type Method Description ResourceInvokerResourceInvoker. body(ObjectValue val)ResponseVerifierResponseVerifier. body(ObjectValue objectWant)static ObjectValueCommon. cloneObjectVal(ObjectValue v)ResponseVerifierResponseVerifier. headers(ObjectValue objectWant)ResponseBodyResponseBody. item(ObjectValue val)static voidCommon. verify(Environment environment, ObjectValue want, org.codehaus.jettison.json.JSONObject have)static ResponseVerifierCommon. verify(ResponseVerifier verifier, ObjectValue body, int... statuses)static voidDataVerifier. verify(Environment env, ObjectValue objectWant, org.codehaus.jettison.json.JSONObject objectHave)Constructors in org.glassfish.admin.rest.testing with parameters of type ObjectValue Constructor Description DataVerifier(Environment env, ObjectValue objectWant, org.codehaus.jettison.json.JSONObject objectHave)
-