Details
-
Improvement
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
Description
Surefire has a way to scan dependencies for Tests in order to execute.
This sounds like a good thing to replace the `InjectedTest` with (and move to junit4 at the same time).
http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#dependenciesToScan
Not sure that is a great idea. In giant PCT-like results, it is sometimes hard to track which injected test you are looking at. Maybe better to generate a test with a unique name based on the plugin id.