2008-08-28から1日間の記事一覧

Cubby のテストを S2JUnit4 環境で行う

Cubby のアクションのテストを S2JUnit4 環境で行う方法を試してみました。テストコードはこんな感じになりますです。 @RunWith(Seasar2.class) public class IndexActionTest { public TestContext ctx; public CubbyRunner cubbyRunner; @Test public void…