Running a Single Parameterized Test with Maven in JUnit 4
I’m trying to run a specific parameterized test method (xyzIT#testTaskRestarts
) from a JUnit 4 test class using the Maven Surefire Plugin, but I’m encountering issues.
I’m trying to run a specific parameterized test method (xyzIT#testTaskRestarts
) from a JUnit 4 test class using the Maven Surefire Plugin, but I’m encountering issues.