Spring Office Hours: S3E6 - Spring Boot Testing with Phillip Riecks

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 2

  • @rieckpil
    @rieckpil 9 หลายเดือนก่อน +5

    Thanks for having me!

  • @adityamparikh
    @adityamparikh 9 หลายเดือนก่อน

    Test slices are defined for data layer or web layer tests but there isn’t a slice for service layer tests. There we need a way to exclude not only autoconfiguration but also configuration classes so as to not bring in messaging Controllers.
    For me, the definition of integration tests is where I use testcontainers, kudos to Spring for making that easy.