Searched refs:toJson (Results 1 – 3 of 3) sorted by relevance
86 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.TestCase88 .put(SETUP_KEY, mSetup.toJson()) in toJson()89 .put(INITIAL_STATE_KEY, mInitialState.toJson()) in toJson()90 .put(END_STATE_KEY, mEndState.toJson()); in toJson()146 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.Setup167 intentArray.put(intent.toJson()); in intentsToJson()203 JSONObject toJson() throws JSONException; in toJson() method283 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.LaunchIntent354 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.LaunchFromIntent355 return mLaunchIntent.toJson() in toJson()[all …]
48 .append(mExpected.toJson().toString(2)) in getMessage()53 .append(mActual.toJson().toString(2)) in getMessage()
157 Lists.newArrayList(testCase.toJson().toString(JSON_INDENTATION_LEVEL))); in writeToDocumentsStorage()