InterviewSolution
Saved Bookmarks
| 1. |
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.ParameterizedI had been asked this question in class test.My question comes from Testing the Controller Component topic in section Mastering JUnit of JUnit |
|
Answer» The CORRECT choice is (a) org.JUNIT.runners.Parameterized |
|