assertEquals("Unexpected result from elementStart.",
IAPIConstants.PROCESS_ELEMENT_BODY, result);
assertSame("InvokeElement should have been pushed onto the stack.",
element, pageContext.peekIAPIElement());
}
/**
* Test that we can invoke {@link com.volantis.mcs.integration.MarkupPlugin#initialize} from
* {@link com.volantis.mcs.integration.iapi.InvokeElement#elementEnd}