239240241242243244245246247248249
t.append(i + j); t.append(" " + (i + j)); t.append(i + j); t.append(i + j); t.append(i + j); o.accumulate(t); } Tuple out = o.getValue(); Assert.assertEquals(" " + (99 + j), (String) out.get(1)); o.cleanup();