user418593
user418593

Reputation: 51

JBoss Arquillian integration with Apache Ant and Junit

Has anyone managed to integrate Arquillian with Ant and JUnit? If so, could you provide an example?

Upvotes: 5

Views: 3229

Answers (3)

Leonard Brünings
Leonard Brünings

Reputation: 13282

Here is a working showcase for ant/gradle https://github.com/arquillian/arquillian-showcase/tree/master/cdi

Upvotes: 0

akira
akira

Reputation: 1782

Another interesting article that discusses exactly this is this one:

Integration testing using Arquillian without Maven

Upvotes: 1

Dan Allen
Dan Allen

Reputation: 2478

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

Upvotes: 2

Related Questions