thank you very much :) The next two episodes will cover testing a protected endpoint and writing integration tests with REST Assured
@AmNotLegend3 жыл бұрын
@@rieckpil look forward to watching it; thanks
@barath893 жыл бұрын
Thank you for the video
@springbootcourse29063 жыл бұрын
Did you make an spring boot introduction with the bookstore code? I would love to follow that one. Great video btw.
@rieckpil3 жыл бұрын
There's no dedicated video about the tested Spring Boot except the 2-3 minutes at the beginning of this video
@SirWolf20183 жыл бұрын
Thanks, great content, although I would consider static importing `Matcher.equals`, the name of the class is nothing but painful verbosity to readability.
@rieckpil3 жыл бұрын
Hi SirWolf2018, good point. I only favored the non static import for demonstration purposes to avoid confusion :)