S2JDBC/Serviceのテスト

S2Junit4 形式で書くのが一般的

@RunWith(Seasar2.class)
public class HogeHogeServiceTest{
    @Resource
    public HogeHogeService hogeHogeService;
    public void testA()  throws Exception {
    }
}