๐๐ SPRING CERTIFICATION QUESTION: Do you use Spring in a unit test?
๐๐ SPRING CERTIFICATION QUESTION: Do you use Spring in a unit test?
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