Searched refs:JSON_NON_STREAMING (Results 1 – 1 of 1) sorted by relevance
48 private static final String JSON_NON_STREAMING = "{" field in UpdateConfigTest71 UpdateConfig config = UpdateConfig.fromJson(JSON_NON_STREAMING); in fromJson_parsesNonStreaming()73 assertEquals("stores raw json", JSON_NON_STREAMING, config.getRawJson()); in fromJson_parsesNonStreaming()115 UpdateConfig c = UpdateConfig.fromJson(JSON_NON_STREAMING); in getUpdatePackageFile_works()