Searched refs:getJsonStringByName (Results 1 – 1 of 1) sorted by relevance
698 String jsonString = getJsonStringByName("test_mapping_with_comments1"); in testRemoveComments()699 String goldenString = getJsonStringByName("test_mapping_golden1"); in testRemoveComments()706 String jsonString = getJsonStringByName("test_mapping_with_comments2"); in testRemoveComments2()707 String goldenString = getJsonStringByName("test_mapping_golden2"); in testRemoveComments2()1296 private String getJsonStringByName(String fileName) throws Exception { in getJsonStringByName() method in TestMappingTest