Suppose I have a junit custom class loader, which reads the test data from a text file and create and run tests in runtime. The runner uses no test class.
Now I would like to run it with surefire maven plugin. That is, I would like to specify the runner as a parameter of the the surefire plugin "execution" in the pom.xml.
Can I do that?