java Programming Glossary: dtest.categories
How to run junit tests by category in maven http://stackoverflow.com/questions/3100924/how-to-run-junit-tests-by-category-in-maven And I'd like to run all non slow tests as in note that the Dtest.categories was made up by me... . mvn test Dtest.categories SlowTests run.. that the Dtest.categories was made up by me... . mvn test Dtest.categories SlowTests run non slow tests mvn test Dtest.categories SlowTests.. Dtest.categories SlowTests run non slow tests mvn test Dtest.categories SlowTests run only slow tests mvn test Dtest.categories SlowTests..
|