Skip to content
/ maui Public
forked from khmarbaise/maui

Maven Unit and Integration Test Guide (MaUI Test Guide)

Notifications You must be signed in to change notification settings

m0/maui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Unit / Integration Test Guide (MaUI Test Guide)

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.

License

Apache License, Version 2.0, January 2004

Homepage

The Maven Unit Integration Test Guide http://khmarbaise.github.com/maui

Name

  • MaUI Test Guide

Roadmap

Status

  • First description about unit test and integration test done.

TODOs

  • 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..
  • Reporting Unit Tests results

  • Reporting code coverage results

  • Reporting Integration test results

  • Reporting Integration test coverage results.

Naming Convention for the examples

  • 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

About

Maven Unit and Integration Test Guide (MaUI Test Guide)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.7%
  • XSLT 14.8%
  • CSS 7.0%
  • Groovy 3.1%
  • Shell 0.4%