質問

I would like to type something like

mvn test

to run all the tests(FreeSpec tests) I have in the library. How to do this?

役に立ちましたか?

解決

Turns out Maven actually runs test with mvn test command, but only those whose names end with "Test". I guess this mask is configurable too.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top