Home
last modified time | relevance | path

Searched refs:jsonMapValue (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java559 JSONObject jsonMapValue = jsonMapOption.getJSONObject("value"); in testGetJsonCommandUsageMapValueExpansion() local
560 assertEquals(mapOption.get("foo"), jsonMapValue.get("foo")); in testGetJsonCommandUsageMapValueExpansion()
561 assertEquals(mapOption.get("bar"), jsonMapValue.get("bar")); in testGetJsonCommandUsageMapValueExpansion()