Searched refs:jsonConfigObject (Results 1 – 1 of 1) sorted by relevance
448 JSONObject jsonConfigObject = null; in testGetJsonCommandUsage() local481 assertNull("Duplicate JSON usage element", jsonConfigObject); in testGetJsonCommandUsage()482 jsonConfigObject = optionClass; in testGetJsonCommandUsage()490 assertNotNull("Missing JSON usage element", jsonConfigObject); in testGetJsonCommandUsage()491 JSONArray options = jsonConfigObject.getJSONArray("options"); in testGetJsonCommandUsage()