@Before
 public void setUp() throws Exception {
   strat = new ColumnPositionMappingStrategy<MockBean>();
   strat.setType(MockBean.class);
 }