DEV Community

Eduardo Issao Ito
Eduardo Issao Ito

Posted on

Maven: Execute test from command line

Using maven to execute JUnit tests of a class:

mvn test -Dtest=my.fully.qualified.ClassName#testOne+testTwo

Top comments (0)