How to run multiple methods present in different classes on mvn command line referred How to run multiple test classes or test methods using Maven? doesn't work for multiple method present in different class
Tried with below line mvn -Dtest=testclass#method1, -Dtest=testclass2#method1 test