* Test the elementStartImpl method. In particular any state changes
* performed by this method. Note any changes made by calls to other
* methods are assumed to be tested already.
*/
public void testElementStartImpl() throws Exception {
PAPIElement element = createTestablePAPIElement();
TestMarinerPageContext pageContext = new TestMarinerPageContext();
MarinerRequestContext requestContext = new TestMarinerRequestContext();
VolantisProtocol protocol = new VolantisProtocolStub();
pageContext.pushRequestContext(requestContext);
pageContext.setProtocol(protocol);