MockLister lister = new MockLister(10, 0);
lister.setDocumentAcceptor(documentAcceptor);
// With no inter-document delay, MockLister feeds all documents
// from its start() method, then returns when done.
lister.start();
assertEquals(10, pusher.getTotalDocs());
}
/** Test feeding more docs after a flush. */
public void testFeedAfterFlush() throws Exception {