*/
@Test
public final void testMapper() throws IOException, InterruptedException, ConnectionException, AsyncApiException {
ExportSalesforceMapper mapper = new ExportSalesforceMapper();
BulkConnection conn = mock(BulkConnection.class);
SFHandler mockSFHandler = mock(SFHandler.class);
mapper.setConnection(conn);
mapper.setSfHandler(mockSFHandler);
Mapper.Context context = mock(Mapper.Context.class);