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

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

SpringDeveloper

8 месяцев назад

3,654 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@rieckpil
@rieckpil - 13.02.2024 10:09

Thanks for having me!

Ответить
@adityamparikh
@adityamparikh - 18.02.2024 22:45

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.

Ответить