You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Esben Rugbjerg (JIRA)" <ji...@codehaus.org> on 2014/04/04 15:02:59 UTC

[jira] (SUREFIRE-1072) Duplicate example of commandline in run single test documentation

Esben Rugbjerg created SUREFIRE-1072:
----------------------------------------

             Summary: Duplicate example of commandline in run single test documentation
                 Key: SUREFIRE-1072
                 URL: https://jira.codehaus.org/browse/SUREFIRE-1072
             Project: Maven Surefire
          Issue Type: Bug
          Components: documentation
    Affects Versions: 2.16
            Reporter: Esben Rugbjerg
            Priority: Minor


On the 'Running a Single Test' in the last paragraph 'Running a set of methods in a Single Test Class' the two commandline examples are identical even though they give examples of different configurations. I think it must be the last one which is the wrong one:

mvn -Dit.test=ITCircle#test* verify
As of surefire 2.12.1, you can select multiple methods (JUnit4X only at this time, patches welcome)
mvn -Dit.test=ITCircle#test* verify



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)