Unit Testing in Spring Boot with JUnit 5 and Mockito | Part 2

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 6

  • @universal4334
    @universal4334 2 дні тому +1

    Exceptional explanation for sure! Please make another part to cover miscellaneous things like how do we test repository methods like saveAll(), Save() etc. Also, how to test the controller, repository layers. Without these, this series feels incomplete. Thanks again for such great content.

  • @chodisettiananth2346
    @chodisettiananth2346 День тому +1

    Bro the videos are fantastic, could you please do a complete tutorial playlist junit 5 and mockito on springboot, there are no good playlists available anywhere, it would be very helpful for us and hopefully your channel would get the recognition it needed because of that!

  • @ShivaKumarSatakuri
    @ShivaKumarSatakuri 2 дні тому +1

    Bro, great content as always. Keep going. I have a request, can you make video in this mockito series where we have to write test cases with jdbc using @JdbcTest, @Sql with schema.sql and test-data.sql configured only for junit testing using in memeory h2 database?