153154155156157158159160161162163
EList<EObject> body = new BasicEList<EObject>(); LexerRuleBlock block = createMock(LexerRuleBlock.class); body.add(terminal); expect(block.eAllContents()).andReturn(newTreeIterator(body)); replay(terminal, block); return block; }