Testing

Description in how to test the Bitrepository system

Unit and component test

Done inside the relevant module

mvn test

To run only the regression test, eg. the test which should pass, you should run only the regressiontest group:

mvn test -Dgroups=regressiontest

Integration module and System test

Done inside the integration test module. The test configuration specifices whether
the test is a full system test, or a integration test with parts of the system replaced by test components (most likely the pillars)

mvn test