4243444546474849
public void test1() throws Exception { StringWriter sw = new StringWriter(); PrintWriter pw = new PrintWriter(sw); pw.println(tracker.toJSON(new TestBootstrap())); assertFromFile(sw.toString(), "SerialisationTests6.test1"); }