Home
last modified time | relevance | path

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

/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DTestServerUtils.kt73 val responseJson = JSONObject(httpRequest(request)) in getFixtureServerInstance() constant
74 val manifestServerUrl = responseJson.getString("manifestServerUrl") in getFixtureServerInstance()
75 val jsonTestEvents = responseJson.getJSONArray("testEvents") in getFixtureServerInstance()