Searched refs:optionObjects (Results 1 – 2 of 2) sorted by relevance
81 List<Object> optionObjects = Arrays.asList(commandOptions, retryOptions, sandboxOptions); in execute() local84 for (Object o : optionObjects) { in execute()
174 JSONArray optionObjects = testObject.getJSONArray(KEY_OPTIONS); in getTestCollection() local175 for (int j = 0; j < optionObjects.length(); j++) { in getTestCollection()176 JSONObject optionObject = optionObjects.getJSONObject(j); in getTestCollection()