The test class must carry the @RunWith annotation with the ______ class as its argument.
(a) Default
(b) Parameterised
(c) Super
(d) Inherited
I got this question in an internship interview.
This is a very interesting question from Running Parameterized Tests topic in portion Exploring Core JUnit of JUnit