Searched refs:jsonOptionField (Results 1 – 1 of 1) sorted by relevance
492 JSONObject jsonOptionField = null; in testGetJsonCommandUsage() local498 assertNull("Duplicate option field", jsonOptionField); in testGetJsonCommandUsage()499 jsonOptionField = field; in testGetJsonCommandUsage()505 assertNotNull(jsonOptionField); in testGetJsonCommandUsage()506 assertEquals(OPTION_DESCRIPTION, jsonOptionField.getString("description")); in testGetJsonCommandUsage()