I have multiple instances of junit.framework.TestCase classes that contain various testcases. I want to write a program that runs particular testcases from these instances.
Is there a way to dynamically invoke junit tests, similar to the invoke()
method from java.lang.reflect API?