JBoss Arquillian integration with Apache Ant and Junit
Has anyone managed to integrate Arquilli开发者_如何转开发an with Ant and JUnit? If so, could you provide an example?
I've prepared a draft of the build integration chapter for Arquillian. This chapter describes how you can use different build systems (namely Ant and Gradle) to drive Arquillian-based test. We'll get this rolled into the next release.
Arquillian build integration chapter
Another interesting article that discusses exactly this is this one:
Integration testing using Arquillian without Maven
Here is a working showcase for ant/gradle https://github.com/arquillian/arquillian-showcase/tree/master/cdi
精彩评论