Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java448 JSONObject jsonConfigObject = null; in testGetJsonCommandUsage() local
481 assertNull("Duplicate JSON usage element", jsonConfigObject); in testGetJsonCommandUsage()
482 jsonConfigObject = optionClass; in testGetJsonCommandUsage()
490 assertNotNull("Missing JSON usage element", jsonConfigObject); in testGetJsonCommandUsage()
491 JSONArray options = jsonConfigObject.getJSONArray("options"); in testGetJsonCommandUsage()