Eclipse: running single test


To run a single test, or a group of tests use "*" for wild-cards and "," to separate the classes you want to run:

mvn -Dtest=*DaoTest, MyOtherTest test


No comments:

Post a Comment