[Seasar-user:7438] MockHttpServletRequest,Response の使い方

o.h. [E-MAIL ADDRESS DELETED]
2007年 4月 25日 (水) 20:16:25 JST


お世話になっております.長谷川です.

表題の件なのですが、instance="request" であるコンポーネントの
テストを行うために HttpServletRequest,HttpServletResponse にモックを
作成したいと考えています.

なのですが、
<component
class="org.seasar.framework.mock.servlet.MockHttpServletResponse">
    <aspect>
        <component
class="org.seasar.framework.aop.interceptors.MockInterceptor">
            <initMethod name="setReturnValue">
                <arg>"getCharacterEncoding"</arg>
                <arg>"Windows-31J"</arg>
            </initMethod>
        </component>
    </aspect>
</component>

などとしても期待した値を取得することができません.
テスト時に設定されている request, response はそれぞれ
MockHttpServletRequestImpl, MockHttpServletRequestImpl となっている
ようなのですが、これらが返す値を変更する方法がわかりません.

どういった設定をすればよろしいのでしょうか.ポインタだけでも結構です
のでご教授をお願いいたします.

以上、よろしくお願いいたします.
-- 
_/_/
_/_/ mailto: [E-MAIL ADDRESS DELETED]
_/_/ (deprecated: [E-MAIL ADDRESS DELETED])
_/_/



Seasar-user メーリングリストの案内