Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.16
-
None
Description
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