发布于 2015-11-25 00:18:08 | 129 次阅读 | 评论: 0 | 来源: 网友投递
Arquillian 单元测试框架
Arquillian 可让你在远程或者嵌入式的容器里测试业务逻辑,同时可作为一个压缩包发布到容器中,并通过客户端来进行交互测试。
Arquillian Liferay 1.0.0.Alpha2 发布,更新内容如下:
#36 Maven liferay extension does not work properly with profiles or settings
#35 Make possible to not start a tomcat when test are executed in arquillian-liferay-extension-test
#34 Use codecov to see the coverage of the project in github
#32 As a developper I want to use the Jacoco Arquillian Extension with this extension
#30 Add a complete unit+integration test example written with Maven
#28 Add a tutorial to create functional test with the arquillian liferay extension and graphene
#27 Support @ArquillianResource bundle and bundleContext Injection
#23 Support travis-ci integration so that pulls get tested before reviewing
#9 Load OsfiAllInBundleExtension extension as LoadableExtension
#8 Create a extension that only has the observers to allow use standard extensions with OSGI
#7 arquillian-deployment-scenariogenerator-bnd is packaging the test base classes
详细介绍请看:发行说明
Arquillian 可让你在远程或者嵌入式的容器里测试业务逻辑,同时可作为一个压缩包发布到容器中,并通过客户端来进行交互测试。
Liferay 是一个完整的门户解决方案,基于J2EE的应用,使用了EJB以及JMS等技术,前台界面部分使用Struts MVC 框架,基于XML的portlet配置文件可以自由地动态扩展,使用了Web服务来支持一些远程信息的获取,使用 Lucene实现全文检索功能。