Discussion :: Spring MCQs
- Annotation for SpringJUnit4ClassRunner:-
Answer : Option B
Explanation :
For this option, you have to explicitly specify a Spring-specific test runner for running your test”SpringJUnit4ClassRunner. You can specify this in the @RunWith annotation at the class level.
Be The First To Comment