Return to site

🍃🎓 SPRING CERTIFICATION QUESTION: Do you use Spring in a unit test?

December 10, 2022

Answer:

Unit testing should not depend on any infrastructure framework / use it in some way in unit testing.

Spring framework advocates this non-invasive approach, thus your unit tests do not depend on Spring.

𝐍ðĻ𝐭𝐞: Spring framework provides some mock objects and testing support classes

that are convenient to be used in unit testing (e.g. 𝐌ðĻ𝐜ðĪ𝐏ðŦðĻðĐ𝐞ðŦ𝐭ðē𝐒ðĻðŪðŦ𝐜𝐞, 𝐌ðĻ𝐜ðĪ𝐄𝐧ðŊðĒðŦðĻ𝐧ðĶ𝐞𝐧𝐭...).

Look at the ðĻðŦ𝐠.𝐎ðĐðŦðĒ𝐧𝐠𝐟ðŦ𝐚ðĶ𝐞𝐰ðĻðŦðĪ.ðĶðĻ𝐜ðĪ package for more info.

#spring #certificationquestion #vcp

Testing in Spring Boot 👉 https://www.baeldung.com/spring-boot-testing