* @throws InterruptedException
*/
@Test
public void testThriftSend() throws IOException, InterruptedException {
EventSource txt = new NoNlASCIISynthSource(25, 100);
txt.open();
MemorySinkSource mem = new MemorySinkSource();
mem.open();
EventUtil.dumpAll(txt, mem);
txt.close();