219220221222223224225226227228229
{ SchemaProcessor sp = new SchemaProcessorImpl(null, null); // The sp is pushed onto the stack itself sp.pop(); try { sp.pop(); unreachable();
223224225226227228229230231232233
sp.pop(); try { sp.pop(); unreachable(); } catch (ArrayIndexOutOfBoundsException ex) {
5051525354555657585960
mockProcessor.getContributingModule(); control.setReturnValue(newMock(Module.class)); mockProcessor.push("flintstone"); mockProcessor.pop(); control.setReturnValue("flintstone"); replayControls();
6566676869707172737475
symbolExpander.expandSymbols("${flintstone}", element.getLocation()); symbolExpanderControl.setReturnValue("FLINTSTONE"); mockProcessor.push("FLINTSTONE"); mockProcessor.pop(); control.setReturnValue("FLINTSTONE"); replayControls();
5960616263646566676869
mockProcessor.getContributingModule(); control.setReturnValue(mockModule); mockProcessor.push("FLINTSTONE"); mockProcessor.pop(); control.setReturnValue("FLINTSTONE"); replayControls();
8788899091929394959697
rule.begin(processor, element); verifyControls(); processor.pop(); control.setReturnValue(null); replayControls(); rule.end(processor, element);
275276277278279280281282283284285
{ SchemaProcessor sp = new SchemaProcessorImpl(null, null); try { sp.pop(); unreachable(); } catch (ArrayIndexOutOfBoundsException ex) {
4950515253545556575859