232425262728293031
assertEquals(original, deserialisedVersion); } @Override public HistoryList getTestObject() throws Exception { HistoryList l = new HistoryList("HelloWorld"); l.putHistoryItem(new HistoryItem("Value1")); return l; }