Searched refs:toJson (Results 1 – 3 of 3) sorted by relevance
87 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.TestCase89 .put(SETUP_KEY, mSetup.toJson()) in toJson()90 .put(INITIAL_STATE_KEY, mInitialState.toJson()) in toJson()91 .put(END_STATE_KEY, mEndState.toJson()); in toJson()147 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.Setup168 intentArray.put(intent.toJson()); in intentsToJson()204 JSONObject toJson() throws JSONException; in toJson() method293 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.LaunchIntent360 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.LaunchFromIntent361 return mLaunchIntent.toJson() in toJson()[all …]
48 .append(mExpected.toJson().toString(2)) in getMessage()53 .append(mActual.toJson().toString(2)) in getMessage()
161 Lists.newArrayList(testCase.toJson().toString(JSON_INDENTATION_LEVEL))); in writeToDocumentsStorage()