Searched defs:json1 (Results 1 – 10 of 10) sorted by relevance
384 String json1 = gson.toJson(new CustomClass1()); in assertDefaultGson() local456 String json1 = otherGson.toJson(new CustomClass1()); in testNewBuilderModification() local467 String json1 = gson.toJson(new CustomClass1()); in assertCustomGson() local
107 String json1 = gson.toJson(new CustomClass1()); in assertDefaultGson() local120 String json1 = gson.toJson(new CustomClass1()); in assertCustomGson() local
117 def partition_benchmarks(json1, json2): argument192 json1, argument
97 val json1 = Json { useArrayPolymorphism = true; serializersModule = simpleModule } in testDifferentRepresentations() constant
65 String json1 = gson.toJson(bag); in testJsonTreeToString() local
82 String json1 = gson.toJson(new Version1()); in testVersionedClassesSerialization() local
131 def partition_benchmarks(json1, json2): argument244 json1, argument
108 String json1 = w.writeValueAsString(citm); in testRoundTrip() local
139 def partition_benchmarks(json1, json2): argument276 def get_difference_report(json1, json2, utest=False): argument
2659 auto json1 = JsonParse(options_string1); in TEST() local