|
|
1
2
我们根据to方法的组合编写了自己的小测试执行框架: a) rcp集束测试收集器( http://rcpquickstart.com/2008/06/12/running-unit-tests-for-rcp-and-osgi-applications/ 这是由帕斯卡·拉皮德考特写的,他是RCP的主要成员之一。它从运行的OSGi环境中的bundle收集测试类。 b) knopflerfish测试框架( http://knopflerfish.org/releases/2.1.1/knopflerfish_osgi_tests_2.1.1.zip 将测试用例注册为可以由测试运行程序执行的服务。还有一个XML输出,不幸的是,它与antjunitxml格式略有不同。 http://rcpquickstart.com/2007/06/20/unit-testing-plug-ins-with-fragments/ ). |