Searched refs:jsonConfigObject (Results 1 – 1 of 1) sorted by relevance
454 JSONObject jsonConfigObject = null; in testGetJsonCommandUsage() local487 assertNull("Duplicate JSON usage element", jsonConfigObject); in testGetJsonCommandUsage()488 jsonConfigObject = optionClass; in testGetJsonCommandUsage()496 assertNotNull("Missing JSON usage element", jsonConfigObject); in testGetJsonCommandUsage()497 JSONArray options = jsonConfigObject.getJSONArray("options"); in testGetJsonCommandUsage()