MCPcopy Create free account
hub / github.com/cschanck/single-file-java / testRoundTrip

Method testRoundTrip

src/test/java/org/sfj/JSONOneTest.java:165–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 @Test
166 public void testRoundTrip() throws ParseException, IOException {
167 roundTrip("colors.json", "mockCrud.json", "twitter.json");
168 }
169
170 private void roundTrip(String... resources) throws ParseException, IOException {
171 for (String res : resources) {

Callers

nothing calls this directly

Calls 1

roundTripMethod · 0.95

Tested by

no test coverage detected