VMware vRealize Automation 8.x (2022) — Question 1
Which three dependencies are provided by the spring-boot-starter-test? (Choose three.)
Answer options
- A. Cucumber
- B. Hamcrest
- C. spring-test
- D. Junit
- E. EasyMock
- F. PowerMock
Correct answer: B, C, D
Explanation
The correct answer includes B, C, and D because Hamcrest, spring-test, and Junit are all part of the spring-boot-starter-test dependencies, providing essential testing functionalities. Options A, E, and F are not included in this starter package, as they serve different purposes outside the core testing framework provided by Spring Boot.