|
Project Information
Featured
Downloads
Links
|
IntroductionThis utility enables you to easily create an integration test with as less configuration possible. It even provides you with a default test that can be used out of the box:
Container support:
Check out the source code to see the examples in src/test/java. You can find example container utilities and simple integration tests using the abstract deployment tests mentioned above in the src/test/java folder. Some main features:
Maven2You can add the following to your Maven pom file: <dependency> <groupId>nl.tranquilizedquality</groupId> <artifactId>cargo-itest</artifactId> <version>1.4.0</version> </dependency> Also add the following repository to your maven proxy or to your pom file: http://cargo-itest.googlecode.com/svn/maven-repo/ Change history can be found here The whole maven site can be found here TutorialYou can find a 5 minute tutorial here. If you have any questions or remarks you can contact me on salomo.petrus@gmail.com |