Searched refs:jsonAltOptionField (Results 1 – 1 of 1) sorted by relevance
493 JSONObject jsonAltOptionField = null; in testGetJsonCommandUsage() local501 assertNull("Duplication option field", jsonAltOptionField); in testGetJsonCommandUsage()502 jsonAltOptionField = field; in testGetJsonCommandUsage()507 assertNotNull(jsonAltOptionField); in testGetJsonCommandUsage()508 assertEquals(OPTION_DESCRIPTION, jsonAltOptionField.getString("description")); in testGetJsonCommandUsage()512 jsonAltOptionField.getString("javaClass")); in testGetJsonCommandUsage()