To use Parameterized.class with the @RunWith annotation, we need to import __________
(a) org.junit.runners.Parameterized
(b) org.junit.Parameterized
(c) org.junit.runners.Parameterized
(d) org.runners.Parameterized
I had been asked this question in class test.
My question comes from Testing the Controller Component topic in section Mastering JUnit of JUnit