Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

This module contains most of the application. It is built by maven. We plan to start breaking it apart into smaller modules to make it easier to improve.

  • To build, run tests, and install to maven repository: mvn clean install

How the tests are run

Normally, tests are run by the maven-surefire-plugin. This is the case in all the modules other than the mifos/ module.

All the unit and integration tests are using Junit testing framework in application module. But we intent to migrate to TestNG testing framework in near future. If you would like to help, please contact us via the Mifos developer mailing list.

See Also Integration Tests & Unit Tests.

  • No labels