6364656667686970717273
try { Simple expected = new Simple(); expected.text = "expected"; Simple actual = new Simple(); actual.text = "actual"; sink.put(new Difference( SIMPLE.toReflection(expected), SIMPLE.toReflection(actual), "testing")); } finally { sink.close();