public void endMessageTag4ArgNamePropertySessionScopeAlternateBundle(WebResponse response){
formatAndTest(TEST_VAL, response.getText());
}
public void testMessageTag4ArgNamePropertyRequestScopeAlternateBundle() throws Exception {
pageContext.setAttribute("key", new SimpleBeanForTesting("alternate.bundle.message.4"), PageContext.REQUEST_SCOPE);
runMyTest("testMessageTag4ArgNamePropertyRequestScopeAlternateBundle", new Locale("",""));
}