/** Test of <code>writable</code> implementation. */
public void testWritable() throws Exception {
Summary summary = new Summary();
summary.add(new Fragment("fragment1.1"));
summary.add(new Ellipsis());
summary.add(new Highlight("highlight1"));
summary.add(new Fragment("fragment1.2"));
WritableTestUtils.testWritable(summary);
}