linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

Which of the following best describes the utility of @RunWith(SpringJUnit4ClassRunner.class)?

This annotation will inject the SpringJUnit4ClassRunner bean in the test class
This annotation is indicating the test where to get the context files containing the bean definitions
This annotation means that tests are going to be able to get hold of instantiated beans as defined in the Spring context files
This annotation will facilitate the test to get hold of the ApplicationContext

Answer:
This annotation means that tests are going to be able to get hold of instantiated beans as defined in the Spring context files

Note: This Question is unanswered, help us to find answer for this one