I usually use:

mvn verify -Dtest=bar

Which runs the entire testcase. Not sure about how to run single test
method.

Andor



On Fri, Sep 20, 2019 at 11:05 PM Michael Han <[email protected]> wrote:

> 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