717273747576777879
public void testTask() throws Exception { MappedSchema<Task> schema = getSchema(Task.class); Task task = CollectionTest.filledTask(); roundTrip(task, schema, schema.getPipeSchema()); }