// this method returns void.
Scriptable responseObject = (Scriptable)testUtilities.rhinoEvaluate("globalResponseObject");
// there is no response, this thing returns 'void'
assertNull(responseObject);
SimpleDocLitBareImpl impl = (SimpleDocLitBareImpl)rawImplementor;
TestBean1 b1returned = impl.getLastBean1();
assertEquals(b1, b1returned);
// commented out until
//TestBean1[] beansReturned = impl.getLastBean1Array();
//assertArrayEquals(beans, beansReturned);
return null;