Searched refs:jsonAltOptionField (Results 1 – 1 of 1) sorted by relevance
499 JSONObject jsonAltOptionField = null; in testGetJsonCommandUsage() local507 assertNull("Duplication option field", jsonAltOptionField); in testGetJsonCommandUsage()508 jsonAltOptionField = field; in testGetJsonCommandUsage()513 assertNotNull(jsonAltOptionField); in testGetJsonCommandUsage()514 assertEquals(OPTION_DESCRIPTION, jsonAltOptionField.getString("description")); in testGetJsonCommandUsage()518 jsonAltOptionField.getString("javaClass")); in testGetJsonCommandUsage()