Solved

Which of the Following Statements About Spring's JUnit Integration Testing

Question 15

Multiple Choice

Which of the following statements about Spring's JUnit integration testing support is true? (select one)


A) A new ApplicationContext is initialized and created for each test method
B) To obtain references to  the Spring bean(s) you want to test, you need to call getBean() on the ApplicationContext provided
C) You can indicate which XML configuration files the test class will use to create the ApplicationContext
D) All of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions