}
// @Test
public void testMapWithLongCancellingResponse() throws Exception {
GenericDataSource<InfiniteIntegerInputFormat> source = new GenericDataSource<InfiniteIntegerInputFormat>(
new InfiniteIntegerInputFormat(), "Source");
MapOperator mapper = MapOperator.builder(LongCancelTimeIdentityMapper.class)
.input(source)
.name("Long Cancelling Time Mapper")
.build();
GenericDataSink sink = new GenericDataSink(new DiscardingOutputFormat(), mapper, "Sink");