It is described in maven document that it can run a specific method in a single test class with the form:
mvn -Dtest=TestCircle#mytest testAs you know, the methods in spock are define in String way like "my test ", So it doesn't work when I run like this:
mvn -Dtest=TestCircle#"my test" testReference: http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html
Any suggestions on this?Thanks!//Bill--
You received this message because you are subscribed to the Google Groups "Spock Framework - User" group.
To view this discussion on the web visit https://groups.google.com/d/msg/spockframework/-/pyL_ztn0p04J.
To post to this group, send email to spockfr...@googlegroups.com.
To unsubscribe from this group, send email to spockframewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/spockframework?hl=en.