-2

我试图为“IllegalStateException for getResultList of JAP Query”编写测试。我正在使用 spring 来处理事务。任何人都可以帮我制作这个例外吗?

示例代码

@Test (expected = IllegalStateException.class)
    public void shouldThroughIllegalStateException() throws Exception {
        List<SomeEntity> someEntitys= someDao.getAlldata();
    }

问候拉吉布

4

1 回答 1

0

我正在使用 Springockito 来解决这个问题。易于使用的模拟框架。

于 2013-10-14T08:01:21.957 回答