[
https://issues.apache.org/jira/browse/WHIRR-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880910#action_12880910
]
Tom White commented on WHIRR-22:
--------------------------------
Maven Failsafe can be used to run integration tests:
http://maven.apache.org/plugins/maven-failsafe-plugin/. See also
http://onjavahell.blogspot.com/2009/05/integration-testing-with-maven-20.html.
> Separate unit and integration (system) tests
> --------------------------------------------
>
> Key: WHIRR-22
> URL: https://issues.apache.org/jira/browse/WHIRR-22
> Project: Whirr
> Issue Type: Improvement
> Components: core
> Reporter: Tom White
> Fix For: 0.1.0
>
>
> It should be possible to run unit and integration tests independently of one
> another. Maven doesn't appear to have a convention for where to put
> integration tests
> (http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html),
> so we might use JUnit categories, or just Java packaging to segregate the
> two.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.