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