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.java454 JSONObject jsonConfigObject = null; in testGetJsonCommandUsage() local
487 assertNull("Duplicate JSON usage element", jsonConfigObject); in testGetJsonCommandUsage()
488 jsonConfigObject = optionClass; in testGetJsonCommandUsage()
496 assertNotNull("Missing JSON usage element", jsonConfigObject); in testGetJsonCommandUsage()
497 JSONArray options = jsonConfigObject.getJSONArray("options"); in testGetJsonCommandUsage()