Describe the best practice for doing unit and integrations tests in Maven.
The Idea of this module based on http://jira.codehaus.org/browse/MNG-1563.
Apache License, Version 2.0, January 2004
The Maven Unit Integration Test Guide http://khmarbaise.github.com/maui
- MaUI Test Guide
-
Unit Testing with Maven
- maven-surefire-plugin
-
Integration Testing with Maven
- maven-failsafe-plugin
-
Integration Testing in Maven Plugin Development
- maven-invoker-plugin
-
Code Coverage for Unit Testing
-
Code Coverage for Integration Testing
-
mvn release:.... -Darguments="-Dxxxx" caused by calling instance during release process.
-
JBehave
- First description about unit test and integration test done.
-
Integration test into separate module
- examples how to use cargo?
-
Maven Plugin Development
- Unit Test examples
- Integration test examples
- for example with Maven Invoker Plugin
-
Maven Unit Testing
- Example for multiple usage:
- copy xyz-test.jar into target/test folder (dependency:unpack) run the tests there..
- Example for multiple usage:
-
Reporting Unit Tests results
-
Reporting code coverage results
-
Reporting Integration test results
-
Reporting Integration test coverage results.
-
Prefixes of the projects:
mp - Maven Plugin
ut - Unit Test
it - Integration Test
ut- - Unit Test
it- - Integration Tests
mp-it-... - Maven Plugin - Integration Test