上QQ阅读APP看书,第一时间看更新
Running the tests
After the tests are written, it is useful to run them in order to see whether everything works as expected. If you're using Maven, just run the following command from the root of your project and it will execute all the tests:
mvn clean test
If you're using SBT, then the tests can be triggered using the following command:
sbt test