| Modifier and Type | Method and Description |
|---|---|
JSONArrayAssert |
JSONArrayAssert.assertJSONArray(int index)
Asserts that there is a
JSONArray at the given index returning the
JSONArrayAssert object so that further assertions can be chained |
static JSONArrayAssert |
Assertions.assertJSONArray(Object value) |
JSONArrayAssert |
JSONObjectAssert.assertJSONArray(String key)
Asserts that there is a
JSONObject value for the given key returning the
JSONObjectAssert object so that further assertions can be chained |
JSONArrayAssert |
JolokiaAssert.jsonArrayAttribute(String mbean,
String attribute)
Performs an assertion on the
JSONArray value of an Attribute on an MBean |
JSONArrayAssert |
JolokiaAssert.jsonArrayOperation(String mbean,
String operation,
Object... arguments)
Performs the given operation name and arguments on the mbean and asserts that there is a non null
JSONArray result
so that assertions can be performed on the resulting JSONArrayAssert |
Copyright © 2011–2015 Red Hat. All rights reserved.