Managed Projects

Arquillian

Claimed by Arquillian Universe Analyzed about 1 year ago

The mission of the Arquillian project is to provide a simple test harness that developers can use to produce a broad range of integration tests for their Java applications (most likely enterprise applications). A test case may be executed within the container, deployed alongside the code under test ... [More] , or by coordinating with the container, acting as a client to the deployed code. To avoid introducing unnecessary complexity into the developer's build environment, Arquillian integrates transparently with familiar testing frameworks (e.g., JUnit 4, TestNG 5), allowing tests to be launched using existing IDE, Ant and Maven test plugins without any add-ons. [Less]

366K lines of code

19 current contributors

about 1 year since last commit

47 users on Open Hub

Activity Not Available
4.75
   
I Use This

ShrinkWrap

Claimed by Arquillian Universe Analyzed about 1 year ago

Shrinkwrap provides a simple API to assemble archives like JARs, WARs, and EARs in Java. However useful, archives typically require the addition of a build step within the development lifecycle, either via a script or extra tool. The ShrinkWrap project provides a simple API to declaratively ... [More] assemble archives in code, optionally allowing for export into ZIP or Exploded File formats. This makes is very fast to prototype "virtual" archives from resources scattered about the classpath, the filesystem or remote URLs. [Less]

754K lines of code

1 current contributors

about 1 year since last commit

13 users on Open Hub

Activity Not Available
5.0
 
I Use This