1.指定类
mvn test -D test=com.manning.junitbook.ch02.dependencyinjection.TestInfoTest
2.指定方法
mvn test -D test=com.manning.junitbook.ch02.dependencyinjection.TestInfoTest#testGetNameOfTheMethod
1.指定类
mvn test -D test=com.manning.junitbook.ch02.dependencyinjection.TestInfoTest
2.指定方法
mvn test -D test=com.manning.junitbook.ch02.dependencyinjection.TestInfoTest#testGetNameOfTheMethod