In ant, we can execute a single test "foo" in a test case "bar" like this:

*ant -Dtestcase=bar -Dtest.method=foo*

What's the corresponding maven command?

Cheers
Michael.

Reply via email to