Add new org.idempiere.test project for JUnit5 unit testing support. Will start with some basic unit test cases.
Implement tycho surefire test support. This is skip by default. To run test, you have set the skipTests flag to false: mvn verify -DskipTests=false (Default idempiere home is set to the parent folder of org.idempiere.test, use -Didempiere.home=<folder path> to override that ).
To run from Eclipse, use the included idempiere.unit.test launch configuration.