Snippets tagged “surefire”
1 snippet uses this tag.
- Run a single test method with mavenJava
To run a single test method with Maven, you can use the surefire:test goal and specify the fully-qualified name of the test class and the method name using the test and method properties, respectively.