如何测试JAP Query的getResultList的IllegalStateException

时间:2013-10-09 11:16:40

标签: spring jpa junit

我正在尝试为“JAP Query的getResultList”的“IllegalStateException”编写测试。我使用spring来处理事务。有人可以帮助我产生这个例外吗?

示例代码

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

此致 Rajib

1 个答案:

答案 0 :(得分:0)

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