@Test
public void shouldNotThrowExceptionWhenNullTuple() throws Exception
{
LineItemFilter out = new LineItemFilter();
Tuple input = null;
IntValue inputKey = new IntValue();
Record rec = new Record();
rec.setField(0, inputKey);
rec.setField(1, input);