Spring Tips: Testing Reactive Code

preview_player
Показать описание
Hi Spring fans! In this installment of Spring Tips, we look at how to test reactive applications and microservices with TDD style, inside-out testing from component to contract.

speaker: Josh Long
Рекомендации по теме
Комментарии
Автор

Thanks so much for posting this, helps a lot

daruable
Автор

Great Video Josh, thanks for that.
Btw in IntelliJ you can inject a language into the string, e.g. JSON @ 37:16 and then edit the Json String without having to escape all the quotes.

theRealSancar
Автор

At 34:40, why did you create constructor to populate webClient field in ReservationClient? Can't we simply autowire webClient since we have already created a @Bean of WebClient in the main application class?

h.mantri
Автор

I see a tooltip at the bottom of the video whenever you press a keyboard shortcut. How did you do that? Is it an IntelliJ feature?

h.mantri
Автор

love the nyan cat progress bar... i want it

toerktumlare
Автор

Could you share the github link for this tutorial?

sinurao