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.
我正在寻找能够通过 ant 任务运行 junit 测试的最简单方法,其中单元测试在 OSGi 包中定义。
有任何想法吗?
谢谢,博士
看看BndTools中集成测试的工作原理。测试是 junit 测试,但在 OSGi 容器中运行。测试也可以从 ANT 运行,开箱即用。
看看 pax-exam,它也应该适用于 ant。 https://ops4j1.jira.com/wiki/display/paxexam/Pax+Exam