* @throws Exception if an error occurs
*/
public void testCreateEnvironmentInteraction() throws Exception {
JspEnvironmentFactory factory = new DefaultJspEnvironmentFactory();
PageContext pageContext = new JSPPageContextStub();
ServletEnvironment servletEnvironment = null;
JspEnvironmentInteraction interaction =
factory.createEnvironmentInteraction(servletEnvironment,
pageContext);