Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 CDI 和 JPA 编写了一个 JEE6 应用程序。我的测试是用 JUnit 编写的。我想针对内存中的 HSQLDB 数据库运行数据库测试,以确保测试我的 JPQL(我认为是“代码”)。我的动机是使用模拟的 EntityManager 更改 JPQL 语句将导致代码单元的成功测试执行。
我正在使用 Guice 和 Jukito 运行其他(非 jpa)测试。
有没有人有这方面的例子?我试过环顾四周,但我还没有找到一个很好的例子或框架项目来处理这个问题。
Arquillian 的坚持?数据库单元?