Searched refs:jsonMapValue (Results 1 – 1 of 1) sorted by relevance
559 JSONObject jsonMapValue = jsonMapOption.getJSONObject("value"); in testGetJsonCommandUsageMapValueExpansion() local560 assertEquals(mapOption.get("foo"), jsonMapValue.get("foo")); in testGetJsonCommandUsageMapValueExpansion()561 assertEquals(mapOption.get("bar"), jsonMapValue.get("bar")); in testGetJsonCommandUsageMapValueExpansion()