What it the equivalent of using the @RunWith annotation for Junit 3.8? I’ve searched for a while on this, but Junit 3.8 is much older and I haven’t been able to find much on the subject. We are using a 1.4 jre so Junit 4 is out of the question to use.
What it the equivalent of using the @RunWith annotation for Junit 3.8? I’ve searched
Share
Turns out we can use Junit 4 to execute tests with Junit 3.8 by using the Junit38ClassRunner which is included in Junit 4.