Sep 02
Run a single test-case with Maven
maven test javaUse the name with wildcards ()http://maven.apache.org/plugins/maven-surefire-plugin/examples/single-test.html):
$ mvn -Dtest=Server*Test test
✱ ✱ ✱
Use the name with wildcards ()http://maven.apache.org/plugins/maven-surefire-plugin/examples/single-test.html):
$ mvn -Dtest=Server*Test test