Project

General

Profile

task #7288

Updated by Andreas Kohlbecker over 6 years ago

only unit test should be run by maven surefire, whereas integration test are to be run by the maven failsafe plugin. 

 For the new integratin test suite the tests should no longer use unitils + dbunit. 
 Instead it is recommended to base the tests on the Spring test framework    


 The `AlternativeUnitilsJUnit4TestClassRunner` should become obsolete once all integration tests are migrated    

Back