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