我正在尝试为“JAP Query的getResultList”的“IllegalStateException”编写测试。我使用spring来处理事务。有人可以帮助我产生这个例外吗?
示例代码
@Test (expected = IllegalStateException.class)
public void shouldThroughIllegalStateException() throws Exception {
List<SomeEntity> someEntitys= someDao.getAlldata();
}
此致 Rajib
答案 0 :(得分:0)
我正在使用Springockito解决此问题。易于使用的模拟框架。