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.
如何使用RooDataOnDemand和RooIntegrationTest注释 Spring Roo 中的类?
RooDataOnDemand
RooIntegrationTest
@RooIntegrationTest 注释类将包含测试以验证模型对象的 crud 功能。
如果您更改模型对象的任何其他标准行为,那么您还需要更改此类以及 @RooDataOnDemand 类。一个常见的情况是您将模型更改为不使用自动生成的 id。这将需要更改按需数据对象以设置 ID。
您可以通过运行以下命令查看这些测试的运行情况:
mvn test