You can use mvn test to run unit test in Maven. Few examples : # Run all the unit test classes. $ mvn test # Run a single test class.
確定! 回上一頁