-
Notifications
You must be signed in to change notification settings - Fork 42
Build RunMavenTests
Daniel Dietsch edited this page Feb 4, 2016
·
2 revisions
Run an Ultimate test suite
- Switch to the folder
trunk/source/BA_MavenParentUltimate
- Execute
mvn integration-test -Pmanualtest -Dtest=MyUltimateTestSuite
, whereMyUltimateTestSuite
is a class that extends UltimateTestSuite
The results are written to the following folder.
trunk/source/UltimateTest/target/surefire-reports
Note that if you invoke Maven with the ''clean'' argument all files in this folder will be deleted.
If you want to run your tests with assertions enabled (-ea) you have to execute the following command instead.
_JAVA_OPTIONS="-enableassertions" mvn integration-test -Pmanualtest -Dtest=MyUltimateTestSuite
- Home
- Ultimate Development
- Ultimate Build System
- Documentation
- Project Topics