For a single class
mvn clean test -Dtest=ClassNameTest
For a specific method within a class
mvn clean test -Dtest=ClassNameTest#MethodName
For a single class
mvn clean test -Dtest=ClassNameTest
For a specific method within a class
mvn clean test -Dtest=ClassNameTest#MethodName