Running Single Unit Test or Method Using Maven
In this blog post we will see how to run single Unit test or method when using Maven as build tool and maven surefire plugin to run unit tests. Running Unit Tests You can use following command to run all the test Running a Single Test IDE’s like IntelliJ Idea and Eclipse allow you to…