Annotation based logic to identify Unit tests from Integration Tests
--------------------------------------------------------------------

                 Key: SUREFIRE-776
                 URL: https://jira.codehaus.org/browse/SUREFIRE-776
             Project: Maven Surefire
          Issue Type: Improvement
          Components: Maven Failsafe Plugin
    Affects Versions: 2.10
         Environment: All
            Reporter: Josh Smith


Currently, based on the documentation, the failsafe plugin only identifies 
classes to use as integration tests based on the IT naming scheme in the class 
name. 

It would be nice to be able to leverage some of the other options in JUNit4 and 
use a annotation for that. If we had a @IntegrationTest annotation at the 
class/method level then the Failsafe plugin and/or the surefire plugin could 
use that to identify what tests went with which tool and when to execute. 

Seems like a much cleaner and easier way to filter tests between the phases. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to