Thread Previous • Date Previous • Date Next • Thread Next |
Hi I have added a new marker class to use with slow tests / integration tests called IntegrationTest. This is used by tagging the class or method with: @Category( IntegrationTest.class ) They will then be excluded by default, and must be run by turning on the profile "integration". mvn test -Pintegration -- Morten
Thread Previous • Date Previous • Date Next • Thread Next |